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:
22
u-boot/arch/microblaze/Kconfig
Normal file
22
u-boot/arch/microblaze/Kconfig
Normal file
@@ -0,0 +1,22 @@
|
||||
menu "MicroBlaze architecture"
|
||||
depends on MICROBLAZE
|
||||
|
||||
config SYS_ARCH
|
||||
default "microblaze"
|
||||
|
||||
choice
|
||||
prompt "Target select"
|
||||
optional
|
||||
|
||||
config TARGET_MICROBLAZE_GENERIC
|
||||
bool "Support microblaze-generic"
|
||||
select SUPPORT_SPL
|
||||
select OF_CONTROL
|
||||
select DM
|
||||
select DM_SERIAL
|
||||
|
||||
endchoice
|
||||
|
||||
source "board/xilinx/microblaze-generic/Kconfig"
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user