Avoid adding uboot for ARM64 bootloader

Maybe it will be needed on real hw later.
This commit is contained in:
Fredrik Holmqvist 2021-08-28 17:42:31 +02:00
parent a6a9b8b703
commit 00ca8b4cf2

View File

@ -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)