diff options
author | Masahiro Yamada | 2016-07-25 22:06:08 +0900 |
---|---|---|
committer | Tom Rini | 2016-07-25 12:05:56 -0400 |
commit | e312e745db7bcde95c759986d218e8ab5259f64f (patch) | |
tree | 4283e7e77e135ab02e9694f59a3e712475c2e0ed | |
parent | d6a33918fb50fe2f3917b400cb84220b1d7e4392 (diff) |
arm64: thunderx_88xx_defconfig: remove unneeded CONFIG_SYS_EXTRA_OPTIONS
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>
-rw-r--r-- | configs/thunderx_88xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/thunderx_88xx_defconfig b/configs/thunderx_88xx_defconfig index 4a8655f9bb5..28797f98f19 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> " |