]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm920t/ep93xx/u-boot.lds
led: remove camel casing of led identifiers globally
[u-boot] / arch / arm / cpu / arm920t / ep93xx / u-boot.lds
index 5bfcb02317ef2fc201bb080b736dd20ff3d0ce53..dc6ba34082ecd33e58e8b989f83e82b84a3fe6f2 100644 (file)
@@ -55,5 +55,7 @@ SECTIONS
        . = ALIGN(4);
        __bss_start = .;
        .bss : { *(.bss) }
+       __bss_end__ = .;
+
        _end = .;
 }