diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 19:56:57 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-24 07:42:12 (GMT) |
commit | b41f192b6763948f878e1948770c7305211a2348 (patch) | |
tree | 6db6a872deb63dd33bd5822725e75887a66beb08 /configs/B4420QDS_defconfig | |
parent | d46a4a137898d17c736d13bbe405b479aeb4483a (diff) | |
download | u-boot-b41f192b6763948f878e1948770c7305211a2348.tar.xz |
powerpc: B4420: Remove macro CONFIG_PPC_B4420
Replace CONFIG_PPC_B4420 with ARCH_B4420 in Kconfig and clean up
existing macros.
Diffstat (limited to 'configs/B4420QDS_defconfig')
-rw-r--r-- | configs/B4420QDS_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/B4420QDS_defconfig b/configs/B4420QDS_defconfig index db1b8ac..6c3c5ab 100644 --- a/configs/B4420QDS_defconfig +++ b/configs/B4420QDS_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="PPC_B4420" CONFIG_BOOTDELAY=10 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_HUSH_PARSER=y |