blob: 7e27f8f5b139dca7519cb1c036f903d0bfaef5d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_LS1043AQDS
config SYS_BOARD
default "ls1043aqds"
config SYS_VENDOR
default "freescale"
config SYS_SOC
default "fsl-layerscape"
config SYS_CONFIG_NAME
default "ls1043aqds"
endif
|