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