diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-07-25 13:06:08 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-25 16:05:56 (GMT) |
commit | e312e745db7bcde95c759986d218e8ab5259f64f (patch) | |
tree | 4283e7e77e135ab02e9694f59a3e712475c2e0ed /configs | |
parent | d6a33918fb50fe2f3917b400cb84220b1d7e4392 (diff) | |
download | u-boot-e312e745db7bcde95c759986d218e8ab5259f64f.tar.xz |
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>
Diffstat (limited to 'configs')
-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 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> " |