Avoid adding uboot for ARM64 bootloader
Maybe it will be needed on real hw later.
This commit is contained in:
parent
a6a9b8b703
commit
00ca8b4cf2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user