diff --git a/include/rom.sh b/include/rom.sh index a7e920e0..2d20a8a7 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -215,6 +215,7 @@ add_uboot() [ -f "$ubootelf" ] || $err "cb/$ubtarget: Can't find u-boot" cbfs "$tmprom" "$ubootelf" "$ubpath" $ubcbfsargs + [ "$payload_seabios" = "y" ] || cprom; : } cprom()