mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
13e55b358e
- "string" type for SYS_* is defined in arch/Kconfig - SYS_CPU "armv7" has been replaced with "select CPU_V7" - SYS_SOC "tegra124" is already defined in tegra124/Kconfig Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Bo Shen <voice.shen@atmel.com>
15 lines
173 B
Text
15 lines
173 B
Text
if TARGET_STV0991
|
|
|
|
config SYS_BOARD
|
|
default "stv0991"
|
|
|
|
config SYS_VENDOR
|
|
default "st"
|
|
|
|
config SYS_SOC
|
|
default "stv0991"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "stv0991"
|
|
|
|
endif
|