]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm920t/ep93xx/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / 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 = .;
 }