diff options
author | York Sun <york.sun@nxp.com> | 2016-12-28 16:43:27 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-05 00:40:12 (GMT) |
commit | f8dee360341538f80a1b61b632c852c443ba5558 (patch) | |
tree | 97d359cd14fe21a3fac47e344a310d8f9da157f0 /include/configs/cyrus.h | |
parent | 87f5f5417fc897df0b05826b408f0f4b7d2ee388 (diff) | |
download | u-boot-fsl-qoriq-f8dee360341538f80a1b61b632c852c443ba5558.tar.xz |
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/cyrus.h')
-rw-r--r-- | include/configs/cyrus.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index 0307b14..b0ae073 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -38,9 +38,6 @@ #endif /* High Level Configuration Options */ -#define CONFIG_BOOKE -#define CONFIG_E500 /* BOOKE e500 family */ -#define CONFIG_E500MC /* BOOKE e500mc family */ #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */ #define CONFIG_MP /* support multiple processors */ |