]> git.sur5r.net Git - u-boot/blobdiff - nand_spl/board/amcc/bamboo/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[u-boot] / nand_spl / board / amcc / bamboo / u-boot.lds
index 28228f84ddcc4d37672a460ffe1c7c02a316b8f8..9dfca69a449a24cbd3dc7001822388919465dbef 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
   _edata  =  .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss)
    *(.bss)