blob: d55b6802b88f78ec4fc74b139c06829be5ff6411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_MPC8544DS
config SYS_BOARD
string
default "mpc8544ds"
config SYS_VENDOR
string
default "freescale"
config SYS_CONFIG_NAME
string
default "MPC8544DS"
endif
|