]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc86xx/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-microblaze
[u-boot] / arch / powerpc / cpu / mpc86xx / u-boot.lds
index c550ef50044405248cd28cf4b7043ab96c3c7865..121e529876e3b4cac4b193629a68b144ee77131f 100644 (file)
@@ -88,6 +88,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }