diff options
author | York Sun | 2016-12-28 08:43:27 -0800 |
---|---|---|
committer | Tom Rini | 2017-01-04 19:40:12 -0500 |
commit | f8dee360341538f80a1b61b632c852c443ba5558 (patch) | |
tree | 97d359cd14fe21a3fac47e344a310d8f9da157f0 /include/configs/T104xRDB.h | |
parent | 87f5f5417fc897df0b05826b408f0f4b7d2ee388 (diff) |
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/T104xRDB.h')
-rw-r--r-- | include/configs/T104xRDB.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 41cb43cfa16..abf0d714f1c 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -10,7 +10,6 @@ /* * T104x RDB board configuration file */ -#define CONFIG_E500 /* BOOKE e500 family */ #include <asm/config_mpc85xx.h> #ifdef CONFIG_RAMBOOT_PBL @@ -147,8 +146,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg #endif /* High Level Configuration Options */ -#define CONFIG_BOOKE -#define CONFIG_E500MC /* BOOKE e500mc family */ #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */ #define CONFIG_MP /* support multiple processors */ |