diff options
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common/u-boot-spl.lds')
| -rw-r--r-- | arch/arm/cpu/armv7/omap-common/u-boot-spl.lds | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds b/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds index 8867e0604..1d8efb213 100644 --- a/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds +++ b/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds @@ -37,9 +37,9 @@ SECTIONS  {  	.text      :  	{ -	__start = .; -	  arch/arm/cpu/armv7/start.o	(.text) -	  *(.text*) +		__start = .; +		arch/arm/cpu/armv7/start.o	(.text) +		*(.text*)  	} >.sram  	. = ALIGN(4); |