]> git.sur5r.net Git - u-boot/blobdiff - board/pb1x00/u-boot.lds
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
[u-boot] / 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 = .;
 }