mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-14 15:23:26 +08:00
9fa32b1237
stv0991 architecture support added. It contains the support for following blocks - Timer - uart Signed-off-by: Vikas Manocha <vikas.manocha@st.com> [trini: Add arch/arm/cpu/armv7/Makefile hunk] Signed-off-by: Tom Rini <trini@ti.com>
24 lines
246 B
Plaintext
24 lines
246 B
Plaintext
if TARGET_STV0991
|
|
|
|
config SYS_CPU
|
|
string
|
|
default "armv7"
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "stv0991"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "st"
|
|
|
|
config SYS_SOC
|
|
string
|
|
default "stv0991"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "stv0991"
|
|
|
|
endif
|