forked from rrcarlosr/Jetpack
32 lines
393 B
Plaintext
32 lines
393 B
Plaintext
|
if TARGET_LS2080A_EMU
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ls2080a"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "fsl-layerscape"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ls2080a_emu"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_LS2080A_SIMU
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ls2080a"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "fsl-layerscape"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ls2080a_simu"
|
||
|
|
||
|
endif
|