Add Khadas VIM3 (#1473)
* Add Khadas VIM3 Add Khadas VIM3 board support. Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
This commit is contained in:
19
buildroot-external/package/khadas-boot/Config.in
Normal file
19
buildroot-external/package/khadas-boot/Config.in
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user