From 117af7ca9009f2da6bca5c36882d37fb1ff1a06d Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Thu, 4 Apr 2019 13:52:22 +0000 Subject: [PATCH] build: Fix BOOT_PLATFORM to KERNEL_PLATFORM on rv64/arm64 --- build/jam/ArchitectureRules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/ArchitectureRules b/build/jam/ArchitectureRules index f727128e13..271be6cff4 100644 --- a/build/jam/ArchitectureRules +++ b/build/jam/ArchitectureRules @@ -277,7 +277,7 @@ rule KernelArchitectureSetup architecture bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}" ; case arm64 : - HAIKU_BOOT_PLATFORM ?= efi ; + HAIKU_KERNEL_PLATFORM ?= efi ; HAIKU_BOOT_SDIMAGE_SIZE ?= 128 ; # SOC's like allwinner need an offset to skip the hardcoded initial loader @@ -303,7 +303,7 @@ rule KernelArchitectureSetup architecture } case riscv64 : - HAIKU_BOOT_PLATFORM ?= u-boot ; + HAIKU_KERNEL_PLATFORM ?= u-boot ; HAIKU_BOOT_TARGETS += u-boot ; HAIKU_BOOT_SDIMAGE_SIZE ?= 128 ;