diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-30 22:11:02 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-31 01:21:59 (GMT) |
commit | 3cfbcb58d38a0fa996a2566868af149e0515311e (patch) | |
tree | e286d354f0bec289e26a705f84c52c22825f902e /configs/am3517_crane_defconfig | |
parent | 3491ba6311c0aede2c6530ef42e2df6b58cf000d (diff) | |
download | u-boot-3cfbcb58d38a0fa996a2566868af149e0515311e.tar.xz |
omap3: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big,
move the OMAP3 board select menu to omap3/Kconfig.
Move also common settings (CONFIG_SYS_CPU="armv7" and
CONFIG_SYS_SOC="omap3
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'configs/am3517_crane_defconfig')
-rw-r--r-- | configs/am3517_crane_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am3517_crane_defconfig b/configs/am3517_crane_defconfig index ec93224..cf9d8c7 100644 --- a/configs/am3517_crane_defconfig +++ b/configs/am3517_crane_defconfig @@ -1,3 +1,4 @@ CONFIG_SPL=y +S:CONFIG_ARM=y ++S:CONFIG_OMAP34XX=y +S:CONFIG_TARGET_AM3517_CRANE=y |