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