]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc5xxx/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-video
[u-boot] / arch / powerpc / cpu / mpc5xxx / u-boot.lds
index 7e3b70aed0d28166ec14fd0af733a1dc887a58b9..5dcaec18202978818ac399b5ce5a63e111b9d56d 100644 (file)
@@ -85,6 +85,6 @@ SECTIONS
    *(.sbss*)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }