]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc85xx/u-boot.lds
GCC4.6: Squash warnings in denali_spd_ddr2.c
[u-boot] / arch / powerpc / cpu / mpc85xx / u-boot.lds
index 506c7f212be0bd15dc1a7c1aa91d3cf5f8e2bd83..efe34b774d65b2c338e487b13e9d3c02d4cd272d 100644 (file)
@@ -125,6 +125,6 @@ SECTIONS
   } :bss
 
   . = ALIGN(4);
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }