Kaynağa Gözat

ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROL

To make SPL_OF_CONTROL work on OMAP2+ SoCs, _image_binary_end must be
defined in the linker script along with CONFIG_SPL_SEPARATE_BSS.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Lokesh Vutla 8 yıl önce
ebeveyn
işleme
4d451c0082
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      arch/arm/mach-omap2/u-boot-spl.lds

+ 2 - 0
arch/arm/mach-omap2/u-boot-spl.lds

@@ -46,6 +46,8 @@ SECTIONS
 		*(.__end)
 	}
 
+	_image_binary_end = .;
+
 	.bss :
 	{
 		. = ALIGN(4);