Commit f47d1c09 authored by Gleb Fotengauer-Malinovskiy's avatar Gleb Fotengauer-Malinovskiy Committed by Michael Shigorin

Use ieee1275boot as bootloader on ppc64le

ieee1275boot bootloader support was added in mkimage 0.2.27.
parent d4cbbcba
......@@ -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
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