mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 06:22:56 +02:00
Compare commits
2 Commits
20241206
...
20241206rev2
| Author | SHA1 | Date | |
|---|---|---|---|
| b910424b5d | |||
| e3b77b132e |
+2
-1
@@ -214,7 +214,8 @@ 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
|
||||
[ "$payload_seabios" = "y" ] || cprom; :
|
||||
}
|
||||
|
||||
cprom()
|
||||
|
||||
Reference in New Issue
Block a user