fix another very stupid mistake

the last revision disabled building arm64 images!

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2024-12-08 18:24:57 +00:00
parent df509aac63
commit 5053354644
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ add_uboot()
[ -f "$ubootelf" ] || $err "cb/$ubtarget: Can't find u-boot"
cbfs "$tmprom" "$ubootelf" "$ubpath" $ubcbfsargs
[ "$payload_seabios" = "y" ] || cprom; :
}
cprom()