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 | 4 | 
1 files changed, 4 insertions, 0 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 5e93b343e63..989083c8084 100644 --- a/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds +++ b/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds @@ -33,6 +33,10 @@ SECTIONS  	.data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram  	. = ALIGN(4); +	.u_boot_list : { +		KEEP(*(SORT(.u_boot_list*))); +	} >.sram +	. = ALIGN(4);  	__image_copy_end = .;  	_end = .; | 
