From 494b94799e0c365097ee93d48fe01cdcf869b602 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 10 Jul 2024 01:24:05 +0100 Subject: 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(-) (limited to 'include/rom.sh') diff --git a/include/rom.sh b/include/rom.sh index 10871935..3b465795 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -94,8 +94,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 -- cgit v1.2.1