mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
016a954ee9
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
31 lines
383 B
Text
31 lines
383 B
Text
if TARGET_LS2085A_EMU
|
|
|
|
config SYS_BOARD
|
|
default "ls2085a"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
default "fsl-lsch3"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ls2085a_emu"
|
|
|
|
endif
|
|
|
|
if TARGET_LS2085A_SIMU
|
|
|
|
config SYS_BOARD
|
|
default "ls2085a"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
default "fsl-lsch3"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ls2085a_simu"
|
|
|
|
endif
|