diff options
| -rw-r--r-- | include/rom.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rom.sh b/include/rom.sh index f86e5e1a..a7e920e0 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -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()  | 
