mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-05-13 19:15:19 +01: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:
parent
fa16f7e36d
commit
df509aac63
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,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…
Add table
Add a link
Reference in a new issue