diff options
author | York Sun <york.sun@nxp.com> | 2016-12-28 08:43:27 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-04 19:40:12 -0500 |
commit | f8dee360341538f80a1b61b632c852c443ba5558 (patch) | |
tree | 97d359cd14fe21a3fac47e344a310d8f9da157f0 /include/configs/xpedite520x.h | |
parent | 87f5f5417fc897df0b05826b408f0f4b7d2ee388 (diff) | |
download | u-boot-f8dee360341538f80a1b61b632c852c443ba5558.tar.gz |
powerpc: E500: Move CONFIG_E500 and CONFIG_E500MC to Kconfig
Use Kconfig option for E500 and E500MC macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/xpedite520x.h')
-rw-r--r-- | include/configs/xpedite520x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/xpedite520x.h b/include/configs/xpedite520x.h index fee8c34d2c..22ada4c1d4 100644 --- a/include/configs/xpedite520x.h +++ b/include/configs/xpedite520x.h @@ -14,8 +14,6 @@ /* * High Level Configuration Options */ -#define CONFIG_BOOKE 1 /* BOOKE */ -#define CONFIG_E500 1 /* BOOKE e500 family */ #define CONFIG_XPEDITE5200 1 #define CONFIG_SYS_BOARD_NAME "XPedite5200" #define CONFIG_SYS_FORM_PMC_XMC 1 |