Commit 93e7d43f authored by Anton Midyukov's avatar Anton Midyukov

lib/boot.mk: Fix BOOTLOADER for e2k

parent 5d4b1032
......@@ -14,7 +14,7 @@ ifeq (,$(filter-out aarch64 riscv64,$(ARCH)))
@$(call try,BOOTLOADER,efiboot)
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call try,BOOTLOADER,e2k-boot)
@$(call try,BOOTLOADER,e2kboot)
endif
ifeq (,$(filter-out ppc64le,$(ARCH)))
@$(call try,BOOTLOADER,ieee1275boot)
......
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