blob: c7c818cde0bfa84f71b1eb4ea4a3374b88a7fb8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_MPC8536DS
config SYS_BOARD
string
default "mpc8536ds"
config SYS_VENDOR
string
default "freescale"
config SYS_CONFIG_NAME
string
default "MPC8536DS"
endif
|