blob: d0ff2191a8ad5dab8a36709be513ff6bccd0b6a9 (
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_CONFIG_NAME
default "tbs2910"
config IMX_CONFIG
default "board/tbs/tbs2910/tbs2910.cfg"
endif
|