]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/mpc8220/u-boot.lds
rename _end to __bss_end__
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc8220 / u-boot.lds
index 72ff671a4a6457a6a35bfdc2c1960a418459f041..39bb42e1c943b454c8d03f31b475907e60791831 100644 (file)
@@ -84,6 +84,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }