Use ieee1275boot as bootloader on ppc64le

ieee1275boot bootloader support was added in mkimage 0.2.27.
This commit is contained in:
Gleb Fotengauer-Malinovskiy 2019-07-09 14:54:20 +03:00 committed by Michael Shigorin
parent d4cbbcba76
commit f47d1c09ba

View File

@ -16,4 +16,10 @@ boot/iso:
@$(call set,BOOTLOADER,e2k-boot)
endif
# install bootloader for Open Boot (IEEE1275)
ifeq (,$(filter-out ppc64le,$(ARCH)))
boot/iso:
@$(call set,BOOTLOADER,ieee1275boot)
endif
endif