blob: be9c2378394c19de8ca275b2f49adc2e10465519 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_C29XPCIE
config SYS_BOARD
string
default "c29xpcie"
config SYS_VENDOR
string
default "freescale"
config SYS_CONFIG_NAME
string
default "C29XPCIE"
endif
|