blob: ea6c08a59cc52de0b0541c7527d35d9b566ff613 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_COLIBRI_T30
config SYS_BOARD
string
default "colibri_t30"
config SYS_VENDOR
string
default "toradex"
config SYS_CONFIG_NAME
string
default "colibri_t30"
endif
|