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