diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 13:01:34 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:13 -0800 |
commit | e5d5f5a8be964c4a3ffc84fd99762736db96c27a (patch) | |
tree | 45083d313bcb7e36a76830cf7da17c725dd6ac52 /configs/T1024QDS_defconfig | |
parent | 6f53bd475a0f9917fff4cdb72a40767c1176b42f (diff) | |
download | u-boot-e5d5f5a8be964c4a3ffc84fd99762736db96c27a.tar.gz |
powerpc: T1024: Remove macro CONFIG_PPC_T1024
Replace CONFIG_PPC_T1024 with ARCH_T1024 in Kconfig and clean up
existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/T1024QDS_defconfig')
-rw-r--r-- | configs/T1024QDS_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/T1024QDS_defconfig b/configs/T1024QDS_defconfig index d302e68052..e45baefe94 100644 --- a/configs/T1024QDS_defconfig +++ b/configs/T1024QDS_defconfig @@ -6,7 +6,6 @@ CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y -CONFIG_SYS_EXTRA_OPTIONS="PPC_T1024" CONFIG_BOOTDELAY=10 CONFIG_SILENT_CONSOLE=y # CONFIG_CONSOLE_MUX is not set |