]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/hymod/u-boot.lds
Replace __bss_end__ with __bss_end
[people/ms/u-boot.git] / board / hymod / u-boot.lds
index 7afae0a6257e6131f04519ac79b51d5f7ee4be85..c9f0f37953e24fcd11577872c81f7a59798faf8c 100644 (file)
@@ -143,6 +143,6 @@ SECTIONS
     common/env_embedded.o (.ppcenv)
   }
   . = ALIGN(4);
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }