u-boot-brain/board/st/stv0991/Kconfig
Masahiro Yamada 13e55b358e ARM: remove redudant information from Kconfig files
- "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>
2015-01-12 09:38:47 -05:00

16 lines
173 B
Plaintext

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