blob: dc2a5f8313457b2c6d469ba6e5e46ec43aaa6fae (
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 "nxp"
config SYS_SOC
default "fsl-layerscape"
config SYS_CONFIG_NAME
default "ls2080aqds"
endif
|