From: Lokesh Vutla Date: Fri, 10 Feb 2017 15:07:17 +0000 (+0530) Subject: ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROL X-Git-Tag: v2017.05-rc1~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4d451c00825ab7c4d25dc507d9a81e90ad3eb308;p=oweals%2Fu-boot.git 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 Signed-off-by: Lokesh Vutla --- diff --git a/arch/arm/mach-omap2/u-boot-spl.lds b/arch/arm/mach-omap2/u-boot-spl.lds index 8fec715ca5..e9da2a9dd1 100644 --- a/arch/arm/mach-omap2/u-boot-spl.lds +++ b/arch/arm/mach-omap2/u-boot-spl.lds @@ -46,6 +46,8 @@ SECTIONS *(.__end) } + _image_binary_end = .; + .bss : { . = ALIGN(4);