]> git.sur5r.net Git - u-boot/blobdiff - examples/standalone/sparc.lds
cosmetic: arm: fix comments in arch/arm/lib/crt0.S
[u-boot] / examples / standalone / sparc.lds
index 7f060b6d179f4860409b1ce9bfe7fa75f66f0315..646b80f2d33600d462c9a89be576a61da1fb9115 100644 (file)
@@ -46,6 +46,7 @@ SECTIONS
        {
                *(.data)
        }
+
        . = ALIGN(4);
        __data_end = .;
 
@@ -57,5 +58,5 @@ SECTIONS
        }
        . = ALIGN(4);
        __bss_end = .;
-       __bss_end__ = .;
+       _end = .;
 }