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:
18
u-boot/arch/arm/mach-orion5x/Kconfig
Normal file
18
u-boot/arch/arm/mach-orion5x/Kconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
if ORION5X
|
||||
|
||||
choice
|
||||
prompt "Marvell Orion board select"
|
||||
optional
|
||||
|
||||
config TARGET_EDMINIV2
|
||||
bool "LaCie Ethernet Disk mini V2"
|
||||
select SUPPORT_SPL
|
||||
|
||||
endchoice
|
||||
|
||||
config SYS_SOC
|
||||
default "orion5x"
|
||||
|
||||
source "board/LaCie/edminiv2/Kconfig"
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user