1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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>
This commit is contained in:
Masahiro Yamada
2014-08-31 07:11:02 +09:00
committed by Tom Rini
parent 3491ba6311
commit 3cfbcb58d3
68 changed files with 140 additions and 289 deletions

View File

@@ -1,9 +1,5 @@
if TARGET_TRICORDER
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "tricorder"
@@ -12,10 +8,6 @@ config SYS_VENDOR
string
default "corscience"
config SYS_SOC
string
default "omap3"
config SYS_CONFIG_NAME
string
default "tricorder"