]> git.sur5r.net Git - u-boot/blobdiff - board/hymod/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / hymod / u-boot.lds
index 0897715a94ce9564d62e9d283196d7d08047359f..1592f4f6e8ceeb6a9c2c1c82fb97794298e9106f 100644 (file)
@@ -140,6 +140,6 @@ SECTIONS
     common/env_embedded.o (.ppcenv)
   }
   . = ALIGN(4);
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }