From e3b77b132e6b5981c09bc1ce282afaae64058ab3 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 8 Dec 2024 18:04:51 +0000 Subject: fix the stupidest bug ever no context given, but every rom needs to be re-built. Signed-off-by: Leah Rowe --- include/rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rom.sh') diff --git a/include/rom.sh b/include/rom.sh index f86e5e1a..a7e920e0 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -214,7 +214,7 @@ add_uboot() ubootelf="$ubdir/u-boot-x86-with-spl.bin" # EFI-compatible [ -f "$ubootelf" ] || $err "cb/$ubtarget: Can't find u-boot" - cbfs "$tmprom" "$ubootelf" "$ubpath" $ubcbfsargs; cprom + cbfs "$tmprom" "$ubootelf" "$ubpath" $ubcbfsargs } cprom() -- cgit v1.2.1