]> git.sur5r.net Git - u-boot/blobdiff - examples/mips.lds
VoiceBlue update: eeprom tool can also store firmware version now.
[u-boot] / examples / mips.lds
index 8ed01c44586a3b8d9a0c6f610e5bffa9cbae8065..9d9849bf5c2deede742a3693ee1ca626415e041c 100644 (file)
@@ -51,6 +51,9 @@ SECTIONS
        .sdata  : { *(.sdata) }
 
        . = ALIGN(4);
+       __bss_start = .;
        .sbss  : { *(.sbss) }
        .bss  : { *(.bss) }
+
+       _end = .;
 }