blob: 6dc3818cb7bb212a236542d66272a5c508195e92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
if TARGET_MX53PPD
config SYS_BOARD
default "mx53ppd"
config SYS_VENDOR
default "ge"
config SYS_SOC
default "mx5"
config SYS_CONFIG_NAME
default "mx53ppd"
endif
|