diff options
author | York Sun <york.sun@nxp.com> | 2016-11-23 14:06:21 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:16 -0800 |
commit | 1425a87b1478bdb2620a46f2a23af7ca2e4b6073 (patch) | |
tree | 7a86d8e8990b8b9d704bd9bac3d69c69d743adc2 /arch/powerpc/include/asm/config_mpc86xx.h | |
parent | 3f82b56d41292ad824555978b9f934c1eea1ba0b (diff) |
powerpc: MPC8610: Remove macro CONFIG_MPC8610
Replace CONFIG_MPC8610 with ARCH_MPC8610 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.h | 2 |
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 4f9b2252be..96340affa8 100644 --- a/arch/powerpc/include/asm/config_mpc86xx.h +++ b/arch/powerpc/include/asm/config_mpc86xx.h @@ -11,7 +11,7 @@ /* SoC specific defines for Freescale MPC86xx processors */ -#if defined(CONFIG_MPC8610) +#if defined(CONFIG_ARCH_MPC8610) #define CONFIG_MAX_CPUS 1 #define CONFIG_SYS_FSL_NUM_LAWS 10 |