fix the stupidest bug ever
no context given, but every rom needs to be re-built. Signed-off-by: Leah Rowe <leah@libreboot.org>20241206-t480-thunderbolt-unstable 20241206rev1
parent
e80261dd54
commit
e3b77b132e
|
@ -214,7 +214,7 @@ add_uboot()
|
|||
ubootelf="$ubdir/u-boot-x86-with-spl.bin" # EFI-compatible
|
||||
|
||||
[ -f "$ubootelf" ] || $err "cb/$ubtarget: Can't find u-boot"
|
||||
cbfs "$tmprom" "$ubootelf" "$ubpath" $ubcbfsargs; cprom
|
||||
cbfs "$tmprom" "$ubootelf" "$ubpath" $ubcbfsargs
|
||||
}
|
||||
|
||||
cprom()
|
||||
|
|
Loading…
Reference in New Issue