]> 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 cc427c3583fd59fdc8865db8c13eef0d8efb53b6..0d1b0c499304f2472bd340c9449e54a3a159639f 100644 (file)
@@ -56,17 +56,17 @@ SECTIONS
 
        _image_binary_end = .;
 
-       .bss_start : {
+       .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