3491ba6311
Becuase the board select menu in arch/arm/Kconfig is too big, move the Davinci board select menu to davinci/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="davinci"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reviewed-by: Tom Rini <trini@ti.com> Cc: Heiko Schocher <hs@denx.de> Cc: Sandeep Paulraj <s-paulraj@ti.com>
16 lines
170 B
Plaintext
16 lines
170 B
Plaintext
if TARGET_CALIMAIN
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "calimain"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "omicron"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "calimain"
|
|
|
|
endif
|