summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/config_mpc86xx.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-23 14:08:36 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:16 -0800
commit4f5554c6e5a457bfd4ba9224f5d362bfdd06ca12 (patch)
tree681cd86160a408bbb2c99f0cc0983acdd5786250 /arch/powerpc/include/asm/config_mpc86xx.h
parent51f05ff91408fc992cf7721904e18f8f9a980332 (diff)
powerpc: MPC8641: Remove macro CONFIG_MPC8641
Replace CONFIG_MPC8641 with ARCH_MPC8641 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/include/asm/config_mpc86xx.h')
-rw-r--r--arch/powerpc/include/asm/config_mpc86xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/config_mpc86xx.h b/arch/powerpc/include/asm/config_mpc86xx.h
index 96340affa8..e3d94e3a2b 100644
--- a/arch/powerpc/include/asm/config_mpc86xx.h
+++ b/arch/powerpc/include/asm/config_mpc86xx.h
@@ -15,7 +15,7 @@
#define CONFIG_MAX_CPUS 1
#define CONFIG_SYS_FSL_NUM_LAWS 10
-#elif defined(CONFIG_MPC8641)
+#elif defined(CONFIG_ARCH_MPC8641)
#define CONFIG_MAX_CPUS 2
#define CONFIG_SYS_FSL_NUM_LAWS 10