blob: 2beefc2dc154be1e2d3678b49da86a1adeecb670 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_MPC8541CDS
config SYS_BOARD
string
default "mpc8541cds"
config SYS_VENDOR
string
default "freescale"
config SYS_CONFIG_NAME
string
default "MPC8541CDS"
endif
|