blob: fa11719ea03b6dfb06cab12d481b16f1fd8a0290 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_XPEDITE550X
config SYS_BOARD
string
default "xpedite550x"
config SYS_VENDOR
string
default "xes"
config SYS_CONFIG_NAME
string
default "xpedite550x"
endif
|