* Add Khadas VIM3 Add Khadas VIM3 board support. Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
20 lines
373 B
Plaintext
20 lines
373 B
Plaintext
config BR2_PACKAGE_KHADAS_BOOT
|
|
bool "Khadas Amlogic Secure Boot Loader"
|
|
depends on BR2_TARGET_UBOOT
|
|
help
|
|
Add secure boot loader to U-Boot for Khadas Amlogic targets.
|
|
|
|
if BR2_PACKAGE_KHADAS_BOOT
|
|
choice
|
|
prompt "Target"
|
|
default BR2_PACKAGE_KHADAS_BOOT_VIM3
|
|
|
|
config BR2_PACKAGE_KHADAS_BOOT_VIM3
|
|
bool "VIM3"
|
|
help
|
|
Build boot loader for Khadas VIM3
|
|
|
|
endchoice
|
|
|
|
endif
|