aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-03-16 17:20:35 +0100
committerTom Rini <trini@konsulko.com>2018-04-06 16:30:37 -0400
commitfdef3895a03eb45245215eb319fbbbf519d3759c (patch)
tree9298244da98793f09390dd5a21e80021ec5e9947 /arch/powerpc/include
parent374a0e306e05985a2b949713b2e80d60a6268395 (diff)
downloadu-boot-fdef3895a03eb45245215eb319fbbbf519d3759c.zip
u-boot-fdef3895a03eb45245215eb319fbbbf519d3759c.tar.gz
u-boot-fdef3895a03eb45245215eb319fbbbf519d3759c.tar.bz2
powerpc: mpc8xx: get rid of the multiple PVR_ values
Avoid hardcoding the PVR values in C since they are defined in processor.h At the same time, remove those multiple PVR values for 8xx and keep only one that we call PVR_8xx Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/processor.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h
index 57b11b8..6fbe8c4 100644
--- a/arch/powerpc/include/asm/processor.h
+++ b/arch/powerpc/include/asm/processor.h
@@ -973,10 +973,8 @@
* differentiated by the version number in the Communication Processor
* Module (CPM).
*/
-#define PVR_821 0x00500000
-#define PVR_823 PVR_821
-#define PVR_850 PVR_821
-#define PVR_860 PVR_821
+#define PVR_8xx 0x00500000
+
#define PVR_7400 0x000C0000
/*