]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/lh7a40x/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / arm / cpu / lh7a40x / u-boot.lds
index 463237d916c70d2a466f78337d6320a452a5b678..b15ab1e572cf88cc6eac8916d1fd4185586a090a 100644 (file)
@@ -67,7 +67,7 @@ SECTIONS
                __bss_start = .;
                *(.bss)
                 . = ALIGN(4);
-               _end = .;
+               __bss_end__ = .;
        }
 
        /DISCARD/ : { *(.dynstr*) }