summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 11:00:57 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:10 -0800
commit52b6f13d2c9c69d2841572e10515880bc59fed48 (patch)
tree648f0e1be816b94f84861aa438ac720ff129b8dd /arch/powerpc/include
parenta990799d5248d3bb92bf2a8919936e1562693b07 (diff)
downloadu-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.zip
u-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.tar.gz
u-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.tar.bz2
powerpc: P1024: Remove CONFIG_P1024
Replace CONFIG_P1024 with ARCH_P1024 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/include')
-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 bcd7550..dffc222 100644
--- a/arch/powerpc/include/asm/config_mpc85xx.h
+++ b/arch/powerpc/include/asm/config_mpc85xx.h
@@ -250,7 +250,7 @@
#define CONFIG_SYS_FSL_A004447_SVR_REV 0x11
/* P1024 is lower end variant of P1020 */
-#elif defined(CONFIG_P1024)
+#elif defined(CONFIG_ARCH_P1024)
#define CONFIG_MAX_CPUS 2
#define CONFIG_SYS_FSL_NUM_LAWS 12
#define CONFIG_SYS_PPC_E500_DEBUG_TLB 2