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