diff options
| -rw-r--r-- | arch/arm/cpu/armv7/omap-common/u-boot-spl.lds | 2 | 
1 files changed, 1 insertions, 1 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 9979c3085..675562895 100644 --- a/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds +++ b/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds @@ -50,7 +50,7 @@ SECTIONS  	.u_boot_list : {  		#include <u-boot.lst> -	} +	} > .sram  	. = ALIGN(4);  	__image_copy_end = .; |