From fdf786490522f2e0ebc8155e9b94b57e645e031c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 10 Jul 2024 01:24:05 +0100 Subject: [PATCH] rom.sh: only before cbutils before coreboot otherwise, due to the idiosyncratic nature of the coreboot build system, the coreboot.rom gets wiped out. cbutils is still handled by premake. ensure that payloads are only inserted just after running the coreboot make command. fixes a build issues introduced on 9020sff, previously unhandled. Signed-off-by: Leah Rowe --- include/rom.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/rom.sh b/include/rom.sh index cf90df0..086928b 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -92,8 +92,6 @@ mkcorebootbin() [ "$payload_memtest" = "y" ] || payload_memtest="n" [ "$(uname -m)" = "x86_64" ] || payload_memtest="n" - x_ ./update trees -d coreboot $tree - [ "$payload_seabios" = "y" ] && pname="seabios" && add_seabios [ "$payload_uboot" = "y" ] && pname="uboot" && add_uboot