diff options
Diffstat (limited to 'script/update/project/trees')
| -rwxr-xr-x | script/update/project/trees | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/script/update/project/trees b/script/update/project/trees index 9e6803cf..bb0899f0 100755 --- a/script/update/project/trees +++ b/script/update/project/trees @@ -196,9 +196,7 @@ check_cross_compiler()  	cbdir="src/coreboot/${tree}"  	[ "${project}" != "coreboot" ] && \ -		cbdir="src/coreboot/default" # not u-boot (e.g. linux) -	[ "${project}" = "u-boot" ] && \ -		cbdir="src/coreboot/cros" # u-boot only used on coreboot/cros +		cbdir="src/coreboot/default"  	# only true if not building coreboot:  	ctarget="${cbdir#src/coreboot/}" | 
