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
Leah Rowe 2024-12-08 18:04:51 +00:00
parent e80261dd54
commit e3b77b132e
1 changed files with 1 additions and 1 deletions

View File

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