mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
05d492a323
Add initial support for TBS2910 Matrix ARM miniPC. Support includes MMC, Ethernet, UARTs, HDMI, USB, SATA, PCI, I2C, RTC. Signed-off-by: Soeren Moch <smoch@web.de>
23 lines
243 B
Text
23 lines
243 B
Text
if TARGET_TBS2910
|
|
|
|
config SYS_CPU
|
|
string
|
|
default "armv7"
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tbs2910"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tbs"
|
|
|
|
config SYS_SOC
|
|
string
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "tbs2910"
|
|
|
|
endif
|