build-distro, boot.mk: Set BOOT_TYPE, BOOTLOADER to efiboot for aarch64

mki-copy-grubaa64boot more not needed. In addition, it did not
support the config in boot/grub instead of EFI/BOOT.
Needed mkimage >= 0.2.38-alt1
This commit is contained in:
Anton Midyukov 2021-02-17 00:57:36 +07:00
parent c53159b998
commit de9adb0594
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH)))
BOOT_TYPE := isolinux
endif
ifeq (,$(filter-out aarch64,$(ARCH)))
BOOT_TYPE := grubaa64boot
BOOT_TYPE := efiboot
endif
ifeq (,$(filter-out ppc64le,$(ARCH)))
BOOT_TYPE := ieee1275boot

View File

@ -13,7 +13,7 @@ endif
# install aarch64 media bootloader
ifeq (,$(filter-out aarch64,$(ARCH)))
boot/iso:
@$(call set,BOOTLOADER,grubaa64boot)
@$(call set,BOOTLOADER,efiboot)
endif
# firmware is the bootloader