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/openrisc/Kconfig
Normal file
18
u-boot/arch/openrisc/Kconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
menu "OpenRISC architecture"
|
||||
depends on OPENRISC
|
||||
|
||||
config SYS_ARCH
|
||||
default "openrisc"
|
||||
|
||||
choice
|
||||
prompt "Target select"
|
||||
optional
|
||||
|
||||
config TARGET_OPENRISC_GENERIC
|
||||
bool "Support openrisc-generic"
|
||||
|
||||
endchoice
|
||||
|
||||
source "board/openrisc/openrisc-generic/Kconfig"
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user