]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv8/u-boot-spl.lds
Merge branch 'master' of git://git.denx.de/u-boot-spi
[u-boot] / arch / arm / cpu / armv8 / u-boot-spl.lds
index 4df339c84abbb9d4c3e3a9db2b515747a7f0654a..cc427c3583fd59fdc8865db8c13eef0d8efb53b6 100644 (file)
@@ -54,6 +54,8 @@ SECTIONS
                *(.__end)
        } >.sram
 
+       _image_binary_end = .;
+
        .bss_start : {
                . = ALIGN(8);
                KEEP(*(.__bss_start));