]> git.sur5r.net Git - u-boot/blobdiff - board/sbc2410x/u-boot.lds
Fix some more print() format errors.
[u-boot] / board / sbc2410x / u-boot.lds
index 76df6b2af1d39ec458525b35ebc7e8d83ef3ebf8..3b797767240ee8f95bf6f052d9da5795ef92e7e7 100644 (file)
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }