mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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:
@@ -215,6 +215,7 @@ add_uboot()
|
|||||||
|
|
||||||
[ -f "$ubootelf" ] || $err "cb/$ubtarget: Can't find u-boot"
|
[ -f "$ubootelf" ] || $err "cb/$ubtarget: Can't find u-boot"
|
||||||
cbfs "$tmprom" "$ubootelf" "$ubpath" $ubcbfsargs
|
cbfs "$tmprom" "$ubootelf" "$ubpath" $ubcbfsargs
|
||||||
|
[ "$payload_seabios" = "y" ] || cprom; :
|
||||||
}
|
}
|
||||||
|
|
||||||
cprom()
|
cprom()
|
||||||
|
|||||||
Reference in New Issue
Block a user