]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv8/u-boot-spl.lds
Merge git://git.denx.de/u-boot-spi
[u-boot] / arch / arm / cpu / armv8 / u-boot-spl.lds
index 4df339c84abbb9d4c3e3a9db2b515747a7f0654a..0d1b0c499304f2472bd340c9449e54a3a159639f 100644 (file)
@@ -54,17 +54,19 @@ SECTIONS
                *(.__end)
        } >.sram
 
-       .bss_start : {
+       _image_binary_end = .;
+
+       .bss_start (NOLOAD) : {
                . = ALIGN(8);
                KEEP(*(.__bss_start));
        } >.sdram
 
-       .bss : {
+       .bss (NOLOAD) : {
                *(.bss*)
                 . = ALIGN(8);
        } >.sdram
 
-       .bss_end : {
+       .bss_end (NOLOAD) : {
                KEEP(*(.__bss_end));
        } >.sdram