fix another very stupid mistake

the last revision disabled building arm64 images!

Signed-off-by: Leah Rowe <leah@libreboot.org>
20241206-t480-thunderbolt-unstable 20241206rev2
Leah Rowe 2024-12-08 18:24:57 +00:00
parent e3b77b132e
commit b910424b5d
1 changed files with 1 additions and 0 deletions

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()