diff options
author | York Sun <york.sun@nxp.com> | 2016-11-15 13:52:34 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:03 -0800 |
commit | 281ed4c74b375926d5d674c75ecf71da3dfd4fa9 (patch) | |
tree | 1a656cb4590316bdd96b65455f121b53c575b67d /include/configs/xpedite520x.h | |
parent | f33f3e07f3a936fdbf0a81dcdd7ec6a9ba812230 (diff) | |
download | u-boot-281ed4c74b375926d5d674c75ecf71da3dfd4fa9.tar.gz |
powerpc: MPC8548: Move CONFIG_MPC8548 to Kconfig option
Replace CONFIG_MPC8548 with ARCH_MPC8548 in Kconfig.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/xpedite520x.h')
-rw-r--r-- | include/configs/xpedite520x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xpedite520x.h b/include/configs/xpedite520x.h index d980c1515e..7f6927bcb8 100644 --- a/include/configs/xpedite520x.h +++ b/include/configs/xpedite520x.h @@ -16,7 +16,6 @@ */ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ -#define CONFIG_MPC8548 1 #define CONFIG_XPEDITE5200 1 #define CONFIG_SYS_BOARD_NAME "XPedite5200" #define CONFIG_SYS_FORM_PMC_XMC 1 |