]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm920t/ep93xx/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / arch / arm / cpu / arm920t / ep93xx / u-boot.lds
index c19285d2108ebf93b1ddc212d31ac08ff30ac5dd..e483820f3f93b0ab02cc8bfc86daf5f97b11986b 100644 (file)
@@ -57,7 +57,7 @@ SECTIONS
        . = ALIGN(4);
        __bss_start = .;
        .bss : { *(.bss) }
-       __bss_end__ = .;
+       __bss_end = .;
 
        _end = .;
 }