diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-31 22:32:19 +0900 |
---|---|---|
committer | Ian Campbell <ijc@hellion.org.uk> | 2014-09-05 08:30:37 +0100 |
commit | f01b6cdd6009cf4973c72936775d37ada0decb62 (patch) | |
tree | dc459747838df33a63ecddd08d90861e23eed88e /configs/ba10_tv_box_defconfig | |
parent | d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6 (diff) | |
download | u-boot-f01b6cdd6009cf4973c72936775d37ada0decb62.tar.gz |
kconfig: remove redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONS
CONFIG_SPL is defined as a primary option in Kconfig.
It should not be added to CONFIG_SYS_EXTRA_OPTIONS.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/ba10_tv_box_defconfig')
-rw-r--r-- | configs/ba10_tv_box_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ba10_tv_box_defconfig b/configs/ba10_tv_box_defconfig index c9961bda7f..0719179224 100644 --- a/configs/ba10_tv_box_defconfig +++ b/configs/ba10_tv_box_defconfig @@ -1,5 +1,5 @@ CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="BA10_TV_BOX,SPL,AXP209_POWER,SUNXI_EMAC,USB_EHCI,SUNXI_USB_VBUS1_GPIO=SUNXI_GPH(12)" +CONFIG_SYS_EXTRA_OPTIONS="BA10_TV_BOX,AXP209_POWER,SUNXI_EMAC,USB_EHCI,SUNXI_USB_VBUS1_GPIO=SUNXI_GPH(12)" CONFIG_FTDFILE="sun4i-a10-ba10-tvbox.dtb" +S:CONFIG_ARM=y +S:CONFIG_TARGET_SUN4I=y |