diff mbox

[U-Boot,3/3] arm64: thunderx_88xx_defconfig: remove unneeded CONFIG_SYS_EXTRA_OPTIONS

Message ID 1469451968-26992-4-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit e312e745db7bcde95c759986d218e8ab5259f64f
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada July 25, 2016, 1:06 p.m. UTC
ARM64 is correctly select'ed in arch/arm/Kconfig, so this line in
the defconfig is unneeded.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 configs/thunderx_88xx_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini July 25, 2016, 2:56 p.m. UTC | #1
On Mon, Jul 25, 2016 at 10:06:08PM +0900, Masahiro Yamada wrote:

> ARM64 is correctly select'ed in arch/arm/Kconfig, so this line in
> the defconfig is unneeded.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini July 26, 2016, 2:33 a.m. UTC | #2
On Mon, Jul 25, 2016 at 10:06:08PM +0900, Masahiro Yamada wrote:

> ARM64 is correctly select'ed in arch/arm/Kconfig, so this line in
> the defconfig is unneeded.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/thunderx_88xx_defconfig b/configs/thunderx_88xx_defconfig
index 4a8655f..28797f9 100644
--- a/configs/thunderx_88xx_defconfig
+++ b/configs/thunderx_88xx_defconfig
@@ -2,7 +2,6 @@  CONFIG_ARM=y
 CONFIG_TARGET_THUNDERX_88XX=y
 CONFIG_DM_SERIAL=y
 CONFIG_DEFAULT_DEVICE_TREE="thunderx-88xx"
-CONFIG_SYS_EXTRA_OPTIONS="ARM64"
 CONFIG_BOOTDELAY=5
 CONFIG_HUSH_PARSER=y
 CONFIG_SYS_PROMPT="ThunderX_88XX> "