diff options
Diffstat (limited to 'include/rom.sh')
-rw-r--r-- | include/rom.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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() |