arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL lds
authorStefan Roese <sr@denx.de>
Tue, 2 Apr 2019 08:57:22 +0000 (10:57 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Tue, 9 Apr 2019 06:28:50 +0000 (09:28 +0300)
This patch adds _image_binary_end to the SPL linker script. This will be
used be the upcoming GARDENA AT91SAM based platform, which uses DT in
SPL and configures CONFIGURE_SPL_SEPARATE_BSS.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Andreas Bießmann <andreas@biessmann.org>
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
arch/arm/mach-at91/arm926ejs/u-boot-spl.lds

index f18b17dc931c39a5bdba15d0ae8a628de78ab858..3955bea23a1241efbb538f36527cefd85eae783d 100644 (file)
@@ -39,6 +39,8 @@ SECTIONS
                *(.__end)
        } >.sram
 
                *(.__end)
        } >.sram
 
+       _image_binary_end = .;
+
        .bss :
        {
                . = ALIGN(4);
        .bss :
        {
                . = ALIGN(4);