fix another very stupid mistake

the last revision disabled building arm64 images!

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-12-08 18:24:57 +00:00
parent e3b77b132e
commit 5efe17b3f3
+1
View File
@@ -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()