diff options
author | York Sun <york.sun@nxp.com> | 2016-12-28 08:43:33 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-04 19:40:22 -0500 |
commit | 9082405d47438b5b417b38f69eb3a31c66669300 (patch) | |
tree | bf7e7898aae6376d277cf17b618a246ee62becf4 /configs/T1023RDB_defconfig | |
parent | 08a37fd13b96da25a48ac758439b06f4361d5cf0 (diff) |
powerpc: T1023RDB: Remove macro CONFIG_T1023RDB
Use TARGET_T1023RDB from Kconfig instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/T1023RDB_defconfig')
-rw-r--r-- | configs/T1023RDB_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/T1023RDB_defconfig b/configs/T1023RDB_defconfig index ef0005e3cea..255da1bad9b 100644 --- a/configs/T1023RDB_defconfig +++ b/configs/T1023RDB_defconfig @@ -5,7 +5,6 @@ CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y -CONFIG_SYS_EXTRA_OPTIONS="T1023RDB" CONFIG_BOOTDELAY=10 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_HUSH_PARSER=y |