]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/ixp/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / arch / arm / cpu / ixp / u-boot.lds
index 81d954f2de7fce029d5e74b81bdfcc00ff9b82cb..2c823e1065c9a6a3da58fd660c034563b63e5e32 100644 (file)
@@ -71,7 +71,7 @@ SECTIONS
                __bss_start = .;
                *(.bss*)
                 . = ALIGN(4);
-               __bss_end__ = .;
+               __bss_end = .;
        }
 
        /DISCARD/ : { *(.dynstr*) }