]> git.sur5r.net Git - u-boot/blobdiff - board/altera/ep1s40/u-boot.lds
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
[u-boot] / board / altera / ep1s40 / u-boot.lds
index b99b82c826cf0062b4e3f2775123d1a229ecf46b..73dfe9d76d9d293d5dc83c3b5a20d6fee49ab057 100644 (file)
@@ -87,7 +87,7 @@ SECTIONS
         * bss follows. We keep it adjacent to simplify init code.
         */
        __bss_start = .;
-       .sbss :
+       .sbss (NOLOAD) :
        {
          *(.sbss)
          *(.sbss.*)
@@ -95,7 +95,7 @@ SECTIONS
          *(.scommon)
        }
        . = ALIGN(4);
-       .bss :
+       .bss (NOLOAD) :
        {
          *(.bss)
          *(.bss.*)