u-boot/board/freescale/ls2085a/Kconfig
Masahiro Yamada 016a954ee9 kconfig: armv8: move CONFIG_ARM64 to Kconfig
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-09-16 12:24:00 -04:00

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