blob: 9989ccbbc57ad3203b7cb0ca920a52475e062535 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_MPC5121ADS
config SYS_BOARD
string
default "mpc5121ads"
config SYS_VENDOR
string
default "freescale"
config SYS_CONFIG_NAME
string
default "mpc5121ads"
endif
|