diff options
author | York Sun <york.sun@nxp.com> | 2016-11-23 14:08:36 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:16 -0800 |
commit | 4f5554c6e5a457bfd4ba9224f5d362bfdd06ca12 (patch) | |
tree | 681cd86160a408bbb2c99f0cc0983acdd5786250 /include/configs/xpedite517x.h | |
parent | 51f05ff91408fc992cf7721904e18f8f9a980332 (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 'include/configs/xpedite517x.h')
-rw-r--r-- | include/configs/xpedite517x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index 027440ae93..6d957896e6 100644 --- a/include/configs/xpedite517x.h +++ b/include/configs/xpedite517x.h @@ -14,7 +14,6 @@ /* * High Level Configuration Options */ -#define CONFIG_MPC8641 1 /* MPC8641 specific */ #define CONFIG_XPEDITE5140 1 /* MPC8641HPCN board specific */ #define CONFIG_SYS_BOARD_NAME "XPedite5170" #define CONFIG_SYS_FORM_3U_VPX 1 |