blob: 078f437c5af6e7dead652f8725101d23a4f71132 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_MPC8313ERDB
config SYS_BOARD
string
default "mpc8313erdb"
config SYS_VENDOR
string
default "freescale"
config SYS_CONFIG_NAME
string
default "MPC8313ERDB"
endif
|