blob: c1c96f03a1fce687fcd6e2ba22b9a153b43b5290 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_T1040QDS
config SYS_BOARD
string
default "t1040qds"
config SYS_VENDOR
string
default "freescale"
config SYS_CONFIG_NAME
string
default "T1040QDS"
endif
|