arm64: thunderx_88xx_defconfig: remove unneeded CONFIG_SYS_EXTRA_OPTIONS
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 25 Jul 2016 13:06:08 +0000 (22:06 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 25 Jul 2016 16:05:56 +0000 (12:05 -0400)
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>
configs/thunderx_88xx_defconfig

index 4a8655f9bb513d5b04c35c8682f17f9041ada37e..28797f98f19380e3c1e4ff55ebc5a53d941184fc 100644 (file)
@@ -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> "