From 00ca8b4cf2a742005121002e9cbb384b9163eb64 Mon Sep 17 00:00:00 2001 From: Fredrik Holmqvist Date: Sat, 28 Aug 2021 17:42:31 +0200 Subject: [PATCH] Avoid adding uboot for ARM64 bootloader Maybe it will be needed on real hw later. --- build/jam/images/MMCImage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/images/MMCImage b/build/jam/images/MMCImage index 9606545e41..a21888a43d 100644 --- a/build/jam/images/MMCImage +++ b/build/jam/images/MMCImage @@ -172,7 +172,7 @@ for platform in [ MultiBootSubDirSetup ] { on $(platform) { # SD/mmc image targets if $(TARGET_BOOT_PLATFORM) = efi { - 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 BuildSDImage $(HAIKU_MMC_NAME) : $(HAIKU_IMAGE) haiku_loader.$(TARGET_BOOT_PLATFORM)