]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/pb1x00/u-boot.lds
[MIPS] Kill unused <version.h> inclusions
[karo-tx-uboot.git] / board / pb1x00 / u-boot.lds
index 861873272b6196a71a7ab4685cf2d0e83126ed61..1e1c5590d77a6fed6185fbe0cb514b24f0e6d3cf 100644 (file)
@@ -64,7 +64,7 @@ SECTIONS
        num_got_entries = (__got_end - __got_start) >> 2;
 
        . = ALIGN(4);
-       .sbss  : { *(.sbss) }
-       .bss  : { *(.bss) }
+       .sbss (NOLOAD)  : { *(.sbss) }
+       .bss (NOLOAD)  : { *(.bss) }
        uboot_end = .;
 }