]> git.sur5r.net Git - u-boot/blobdiff - examples/nios2.lds
tsec: fix link detection for the RTL8211B PHY
[u-boot] / examples / nios2.lds
index 277a0a7a673c367d29be5c1c8d5e9408b58ad03d..6a100dc2f74a21d33866611f9cc090b74f73b259 100644 (file)
@@ -74,7 +74,7 @@ SECTIONS
         * bss follows. We keep it adjacent to simplify init code.
         */
        __bss_start = .;
-       .sbss :
+       .sbss (NOLOAD) :
        {
          *(.sbss)
          *(.sbss.*)
@@ -82,7 +82,7 @@ SECTIONS
          *(.scommon)
        }
        . = ALIGN(4);
-       .bss :
+       .bss (NOLOAD) :
        {
          *(.bss)
          *(.bss.*)