]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/actux3/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / actux3 / u-boot.lds
index 497ab97690895e4d367bcb7e92c61bd9829fcd70..d3463cd8e69b8fcc1839a18b22d41fe4423645dc 100644 (file)
@@ -71,5 +71,5 @@ SECTIONS
                *(.bss)
                . = ALIGN(4);
        }
-       _end =.;
+       __bss_end__ =.;
 }