diff mbox series

[U-Boot,6/7] powerpc/8xx: get rid of the multiple PVR_ values

Message ID 4d696be3b9e63965f4ae70fca11ad9aedd121568.1516968803.git.christophe.leroy@c-s.fr
State Not Applicable
Headers show
Series [U-Boot,1/7] soft_i2c: cleanup - no 8xx support | expand

Commit Message

Christophe Leroy Aug. 4, 2017, 11:46 p.m. UTC
None of those values are used at the time being.
Just keep one and call it PVR_8xx

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
 arch/powerpc/include/asm/processor.h | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h
index baf38f8441..5dcba8cd45 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
 
 /*