diff options
Diffstat (limited to 'script')
| -rwxr-xr-x | script/roms | 4 | ||||
| -rwxr-xr-x | script/trees | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/script/roms b/script/roms index 8d5d1401..98a9a854 100755 --- a/script/roms +++ b/script/roms @@ -102,7 +102,7 @@ configure_target()  	x_ ./update trees -b coreboot $board  	cbfstool="elf/cbfstool/$tree/cbfstool" -	[ -f "$cbfstool" ] || x_ ./update trees -b coreboot utils $tree +	x_ ./update trees -b coreboot utils $tree  	[ -n "$uboot_config" ] || uboot_config="default"  	[ "$payload_uboot" = "y" ] || payload_seabios="y" @@ -143,7 +143,7 @@ add_payloads()  	# add u-boot payload  	ubdir="elf/u-boot/$board/$uboot_config"; ubootelf="$ubdir/u-boot.elf" \  	    && [ ! -f "$ubootelf" ] && ubootelf="$ubdir/u-boot" -	[ -f "$ubootelf" ] || x_ ./update trees -b u-boot $board +	x_ ./update trees -b u-boot $board  	[ -f "$ubootelf" ] || $err "$board: Can't find u-boot"  	cbfs "$tmprom" "$ubootelf" "fallback/payload" diff --git a/script/trees b/script/trees index 781e4055..fa456631 100755 --- a/script/trees +++ b/script/trees @@ -69,7 +69,7 @@ build_project()  	[ ! -f "$listfile" ] || elfcheck || return 0  	cdir="src/${project}" -	[ -d "$cdir" ] || x_ ./update trees -f "$project" +	x_ ./update trees -f "$project"  	[ "$mode" = "distclean" ] && mode="clean"  	run_make_command || return 0 | 
