avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
31
u-boot/board/freescale/ls2080a/Kconfig
Normal file
31
u-boot/board/freescale/ls2080a/Kconfig
Normal file
@@ -0,0 +1,31 @@
|
||||
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
|
||||
Reference in New Issue
Block a user