]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/74xx_7xx/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / powerpc / cpu / 74xx_7xx / u-boot.lds
index 8429f33192c905d0059451fec0c024ca4fec97b9..24823cd20fdb7d3dfd27348819b349c1edca6574 100644 (file)
@@ -87,6 +87,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }