diff options
Diffstat (limited to 'arch/arm/cpu/u-boot.lds')
| -rw-r--r-- | arch/arm/cpu/u-boot.lds | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/arch/arm/cpu/u-boot.lds b/arch/arm/cpu/u-boot.lds index 707b19795f0..2f50087f57a 100644 --- a/arch/arm/cpu/u-boot.lds +++ b/arch/arm/cpu/u-boot.lds @@ -166,11 +166,7 @@ SECTIONS  		__rel_dyn_end = .;  	} -	.end : -	{ -		*(.__end) -	} - +	_end = .;  	_image_binary_end = .;  	/* | 
