AARCH64: Do not add uboot to bootoloader

Aiming for RPi4 and there we can do UEFI + ACPI:
https://rpi4-uefi.dev/about/
This commit is contained in:
Fredrik Holmqvist
2021-08-31 20:25:23 +02:00
parent 336321b113
commit f65d15c59a
+1 -1
View File
@@ -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 ] ;