omap4: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big, move the OMAP4 board select menu to omap4/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="omap4"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reviewed-by: Tom Rini <trini@ti.com> Cc: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
committed by
Tom Rini
parent
3cfbcb58d3
commit
d08215a5f1
@@ -1,9 +1,5 @@
|
||||
if TARGET_DUOVERO
|
||||
|
||||
config SYS_CPU
|
||||
string
|
||||
default "armv7"
|
||||
|
||||
config SYS_BOARD
|
||||
string
|
||||
default "duovero"
|
||||
@@ -12,10 +8,6 @@ config SYS_VENDOR
|
||||
string
|
||||
default "gumstix"
|
||||
|
||||
config SYS_SOC
|
||||
string
|
||||
default "omap4"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
string
|
||||
default "duovero"
|
||||
|
||||
Reference in New Issue
Block a user