summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-12-08 18:24:57 +0000
committerLeah Rowe <leah@libreboot.org>2024-12-08 18:24:57 +0000
commitb910424b5df8ed7c931a7b8f5cc8e34eacf0ca3e (patch)
treed9e63a3ef608abf65b18b17ca4c5cf526c9111a6 /include
parente3b77b132e6b5981c09bc1ce282afaae64058ab3 (diff)
fix another very stupid mistake20241206rev2
the last revision disabled building arm64 images! Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r--include/rom.sh1
1 files changed, 1 insertions, 0 deletions
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()