diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 12:35:47 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:12 -0800 |
commit | 5ff3f41d044bd286caed0886b94d78a7a85365da (patch) | |
tree | f679176f0f11f23221ca735fb02c010574e8b676 /configs/T1023RDB_defconfig | |
parent | 08c752920de9dcc285265ba071cb30e3f07fd52b (diff) | |
download | u-boot-5ff3f41d044bd286caed0886b94d78a7a85365da.tar.gz |
powerpc: T1023: Remove macro CONFIG_PPC_T1023
Replace CONFIG_PPC_T1023 with ARCH_T1023 in Kconfig and clean up
existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/T1023RDB_defconfig')
-rw-r--r-- | configs/T1023RDB_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/T1023RDB_defconfig b/configs/T1023RDB_defconfig index 1c3510a39c..ef0005e3ce 100644 --- a/configs/T1023RDB_defconfig +++ b/configs/T1023RDB_defconfig @@ -5,7 +5,7 @@ CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y -CONFIG_SYS_EXTRA_OPTIONS="PPC_T1023,T1023RDB" +CONFIG_SYS_EXTRA_OPTIONS="T1023RDB" CONFIG_BOOTDELAY=10 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_HUSH_PARSER=y |