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
parent
e3b77b132e
commit
b910424b5d
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue