]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/actux1/u-boot.lds
rename _end to __bss_end__
[people/ms/u-boot.git] / board / actux1 / u-boot.lds
index 5c1ece79c8e149ce980dbdc46426deda1c406804..8be2b20c346c7970552f147f54ca2896f5a24cef 100644 (file)
@@ -66,5 +66,5 @@ SECTIONS
                *(.bss)
                . = ALIGN(4);
        }
-       _end =.;
+       __bss_end__ =.;
 }