]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sandpoint/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[people/ms/u-boot.git] / board / sandpoint / u-boot.lds
index ca13619659dd0b0c85b643b9668db4d83fb63006..95e13c46df0554e5955eca039a5947d1db1b5ef0 100644 (file)
@@ -95,6 +95,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }