Commit bdf97133 authored by Anton Midyukov's avatar Anton Midyukov

arm-rpi4: do not use/efi/grub (already in use)

This is the default for aarch64.
parent e1a02f73
ifeq (,$(filter-out aarch64,$(ARCH))) ifeq (,$(filter-out aarch64,$(ARCH)))
use/arm-rpi4: use/efi/grub use/uboot use/auto-resize use/arm-rpi4: use/uboot use/auto-resize
@$(call add_feature) @$(call add_feature)
@$(call set,VM_PARTTABLE,msdos) @$(call set,VM_PARTTABLE,msdos)
@$(call set,VM_BOOTTYPE,EFI) @$(call set,VM_BOOTTYPE,EFI)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment