mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +02:00
fix the stupidest bug ever
no context given, but every rom needs to be re-built. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ add_uboot()
|
|||||||
ubootelf="$ubdir/u-boot-x86-with-spl.bin" # EFI-compatible
|
ubootelf="$ubdir/u-boot-x86-with-spl.bin" # EFI-compatible
|
||||||
|
|
||||||
[ -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; cprom
|
cbfs "$tmprom" "$ubootelf" "$ubpath" $ubcbfsargs
|
||||||
}
|
}
|
||||||
|
|
||||||
cprom()
|
cprom()
|
||||||
|
|||||||
Reference in New Issue
Block a user