arm-rpi4: switch to grub-efi for aarch64
This commit is contained in:
parent
1c1612e9ec
commit
362bdec30a
@ -1,6 +1,12 @@
|
||||
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
|
||||
ifeq (aarch64,$(ARCH))
|
||||
use/arm-rpi4: use/efi/grub use/uboot
|
||||
else
|
||||
use/arm-rpi4: use/bootloader/uboot
|
||||
endif
|
||||
@$(call add_feature)
|
||||
@$(call set,VM_PARTTABLE,msdos)
|
||||
@$(call add,THE_LISTS,uboot)
|
||||
@$(call add,THE_PACKAGES,u-boot-tools)
|
||||
@$(call add,THE_PACKAGES,rpi4-boot-switch)
|
||||
@$(call add,THE_PACKAGES,rpi4-boot-nouboot-filetrigger)
|
||||
|
Loading…
Reference in New Issue
Block a user