]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / spear / u-boot-spl.lds
index 0af3e0a2315118e56a882e58d04c1e5f56029b1b..7405917595e6ea8fe3bd9dec25c66b4cff1452a6 100644 (file)
@@ -67,7 +67,7 @@ SECTIONS
                __bss_start = .;
                *(.bss*)
                . = ALIGN(4);
-               __bss_end__ = .;
+               __bss_end = .;
        }
 
        _end = .;