From b910424b5df8ed7c931a7b8f5cc8e34eacf0ca3e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 8 Dec 2024 18:24:57 +0000 Subject: fix another very stupid mistake the last revision disabled building arm64 images! Signed-off-by: Leah Rowe --- include/rom.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rom.sh') diff --git a/include/rom.sh b/include/rom.sh index a7e920e0..2d20a8a7 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -215,6 +215,7 @@ add_uboot() [ -f "$ubootelf" ] || $err "cb/$ubtarget: Can't find u-boot" cbfs "$tmprom" "$ubootelf" "$ubpath" $ubcbfsargs + [ "$payload_seabios" = "y" ] || cprom; : } cprom() -- cgit v1.2.1