blob: 84b243e3528340799f4d26f4202df483a08c9f44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_TBS2910
config SYS_BOARD
default "tbs2910"
config SYS_VENDOR
default "tbs"
config SYS_SOC
default "mx6"
config SYS_CONFIG_NAME
default "tbs2910"
endif
|