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:
36
u-boot/board/Arcturus/ucp1020/Kconfig
Normal file
36
u-boot/board/Arcturus/ucp1020/Kconfig
Normal file
@@ -0,0 +1,36 @@
|
||||
if TARGET_UCP1020
|
||||
|
||||
config SYS_BOARD
|
||||
string
|
||||
default "ucp1020"
|
||||
|
||||
config SYS_VENDOR
|
||||
string
|
||||
default "Arcturus"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
string
|
||||
default "UCP1020"
|
||||
|
||||
choice
|
||||
prompt "Target image select"
|
||||
|
||||
config TARGET_UCP1020_NOR
|
||||
bool "NOR flash u-boot image"
|
||||
|
||||
config TARGET_UCP1020_SPIFLASH
|
||||
bool "SPI flash u-boot image"
|
||||
|
||||
endchoice
|
||||
|
||||
if TARGET_UCP1020_SPIFLASH
|
||||
config UCBOOT
|
||||
bool
|
||||
default y
|
||||
|
||||
config SPIFLASH
|
||||
bool
|
||||
default y
|
||||
endif
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user