]> git.sur5r.net Git - u-boot/blobdiff - board/psyent/pci5441/u-boot.lds
AmigaOneG3SE: remove dead and incomplete files
[u-boot] / board / psyent / pci5441 / u-boot.lds
index 8f9cd8fa598f255a55a328f6302c20525756d168..d3b7c31ae95657023d10aa5b6215716e5ab3fe75 100644 (file)
@@ -88,7 +88,7 @@ SECTIONS
         * bss follows. We keep it adjacent to simplify init code.
         */
        __bss_start = .;
-       .sbss :
+       .sbss (NOLOAD) :
        {
          *(.sbss)
          *(.sbss.*)
@@ -96,7 +96,7 @@ SECTIONS
          *(.scommon)
        }
        . = ALIGN(4);
-       .bss :
+       .bss (NOLOAD) :
        {
          *(.bss)
          *(.bss.*)