nomadik: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big, move the Nomadik board select menu to nomadik/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="nomadik"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
committed by
Tom Rini
parent
ef2b694c73
commit
16e16fdde2
@@ -1,8 +1,4 @@
|
||||
if TARGET_NHK8815
|
||||
|
||||
config SYS_CPU
|
||||
string
|
||||
default "arm926ejs"
|
||||
if NOMADIK_NHK8815
|
||||
|
||||
config SYS_BOARD
|
||||
string
|
||||
@@ -12,10 +8,6 @@ config SYS_VENDOR
|
||||
string
|
||||
default "st"
|
||||
|
||||
config SYS_SOC
|
||||
string
|
||||
default "nomadik"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
string
|
||||
default "nhk8815"
|
||||
|
||||
Reference in New Issue
Block a user