]> git.sur5r.net Git - u-boot/blobdiff - board/omap1510inn/u-boot.lds
AT91SAM9RLEK support
[u-boot] / board / omap1510inn / u-boot.lds
index cb28b31b8a2bb20c74f7568ff5e9dfe19bf1e51e..e0c7920df36fd306b7aeebcbde7ceaf889230e41 100644 (file)
@@ -45,12 +45,13 @@ SECTIONS
        . = ALIGN(4);
        .got : { *(.got) }
 
+       . = .;
        __u_boot_cmd_start = .;
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }