Avoid adding uboot for ARM64 bootloader
Maybe it will be needed on real hw later.
This commit is contained in:
@@ -172,7 +172,7 @@ for platform in [ MultiBootSubDirSetup ] {
|
|||||||
on $(platform) {
|
on $(platform) {
|
||||||
# SD/mmc image targets
|
# SD/mmc image targets
|
||||||
if $(TARGET_BOOT_PLATFORM) = efi {
|
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
|
# These EFI platforms need u-boot to get them going
|
||||||
BuildSDImage $(HAIKU_MMC_NAME) : $(HAIKU_IMAGE)
|
BuildSDImage $(HAIKU_MMC_NAME) : $(HAIKU_IMAGE)
|
||||||
haiku_loader.$(TARGET_BOOT_PLATFORM)
|
haiku_loader.$(TARGET_BOOT_PLATFORM)
|
||||||
|
|||||||
Reference in New Issue
Block a user