blob: 1195d33d067bf546c77af4ba9487c6ce5d1af73d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_MX53SMD
config SYS_BOARD
default "mx53smd"
config SYS_VENDOR
default "freescale"
config SYS_SOC
default "mx5"
config SYS_CONFIG_NAME
default "mx53smd"
endif
|