Commit a37b3d80 authored by Gleb Fotengauer-Malinovskiy's avatar Gleb Fotengauer-Malinovskiy Committed by Anton Midyukov

lib/boot.mk: do not define BOOTLOADER type for e2k

It is unnecessary to define the BOOTLOADER type for e2k in this context. The reason is that images for e2k use the mkimage isodata pack method, which is unaffected by any value of the BOOTLOADER variable (BOOT_TYPE in the mkimage). Therefore, defining the BOOTLOADER type does not make any sense. Fixes: e8fcdaf8 ("lib/boot.mk: Set IMAGE_PACKTYPE to isodata for e2k")
parent 3936529d
......@@ -13,7 +13,6 @@ ifeq (,$(filter-out aarch64 riscv64 loongarch64,$(ARCH)))
@$(call try,BOOTLOADER,efiboot)
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call try,BOOTLOADER,e2kboot)
@$(call set,IMAGE_PACKTYPE,isodata)
endif
ifeq (,$(filter-out ppc64le,$(ARCH)))
......
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