summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/config_mpc85xx.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 11:56:57 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:12 -0800
commitb41f192b6763948f878e1948770c7305211a2348 (patch)
tree6db6a872deb63dd33bd5822725e75887a66beb08 /arch/powerpc/include/asm/config_mpc85xx.h
parentd46a4a137898d17c736d13bbe405b479aeb4483a (diff)
downloadu-boot-imx-b41f192b6763948f878e1948770c7305211a2348.zip
u-boot-imx-b41f192b6763948f878e1948770c7305211a2348.tar.gz
u-boot-imx-b41f192b6763948f878e1948770c7305211a2348.tar.bz2
powerpc: B4420: Remove macro CONFIG_PPC_B4420
Replace CONFIG_PPC_B4420 with ARCH_B4420 in Kconfig and clean up existing macros.
Diffstat (limited to 'arch/powerpc/include/asm/config_mpc85xx.h')
-rw-r--r--arch/powerpc/include/asm/config_mpc85xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h
index 5b6dcad..d705e5c 100644
--- a/arch/powerpc/include/asm/config_mpc85xx.h
+++ b/arch/powerpc/include/asm/config_mpc85xx.h
@@ -611,7 +611,7 @@
#define CONFIG_SYS_FSL_SFP_VER_3_0
#define CONFIG_SYS_FSL_PCI_VER_3_X
-#elif defined(CONFIG_ARCH_B4860) || defined(CONFIG_PPC_B4420)
+#elif defined(CONFIG_ARCH_B4860) || defined(CONFIG_ARCH_B4420)
#define CONFIG_E6500
#define CONFIG_SYS_PPC64 /* 64-bit core */
#define CONFIG_FSL_CORENET /* Freescale CoreNet platform */