diff options
Diffstat (limited to 'script/roms')
| -rwxr-xr-x | script/roms | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/script/roms b/script/roms index 98a9a854..7e032ed0 100755 --- a/script/roms +++ b/script/roms @@ -141,9 +141,9 @@ add_payloads()  	[ "$payload_uboot" = "y" ] || return 0  	# add u-boot payload +	x_ ./update trees -b u-boot $board  	ubdir="elf/u-boot/$board/$uboot_config"; ubootelf="$ubdir/u-boot.elf" \  	    && [ ! -f "$ubootelf" ] && ubootelf="$ubdir/u-boot" -	x_ ./update trees -b u-boot $board  	[ -f "$ubootelf" ] || $err "$board: Can't find u-boot"  	cbfs "$tmprom" "$ubootelf" "fallback/payload" | 
