From f65d15c59a964b90d1d332fef7b1cfc8774d95d6 Mon Sep 17 00:00:00 2001 From: Fredrik Holmqvist Date: Tue, 31 Aug 2021 20:25:23 +0200 Subject: [PATCH] AARCH64: Do not add uboot to bootoloader Aiming for RPi4 and there we can do UEFI + ACPI: https://rpi4-uefi.dev/about/ --- src/system/boot/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/Jamfile b/src/system/boot/Jamfile index 9ab46f4875..410c7bd0ec 100644 --- a/src/system/boot/Jamfile +++ b/src/system/boot/Jamfile @@ -346,7 +346,7 @@ for platform in [ MultiBootSubDirSetup ] { switch $(TARGET_BOOT_PLATFORM) { case efi : BuildEFILoader haiku_loader.$(TARGET_BOOT_PLATFORM) : boot_loader_$(TARGET_BOOT_PLATFORM) ; - if $(TARGET_ARCH) = arm || $(TARGET_ARCH) = arm64 || $(TARGET_ARCH) = riscv64 { + if $(TARGET_ARCH) = arm || $(TARGET_ARCH) = riscv64 { # These EFI platforms need u-boot to get them going BuildUImageScript boot.scr : [ FDirName $(HAIKU_TOP) data boot u-boot boot-$(TARGET_ARCH).scr.txt ] ;