]> git.sur5r.net Git - u-boot/blobdiff - board/omap1510inn/u-boot.lds
AT91SAM9RLEK support
[u-boot] / board / omap1510inn / u-boot.lds
index b6d16190fcd7de1921375c319d48d7b8a90d4456..e0c7920df36fd306b7aeebcbde7ceaf889230e41 100644 (file)
@@ -52,6 +52,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }