]> git.sur5r.net Git - u-boot/blobdiff - board/xes/xpedite1000/u-boot.lds.debug
replace last __bss_end__ occurrences with __bss_end
[u-boot] / board / xes / xpedite1000 / u-boot.lds.debug
index c02581d9820f011b0fcedb5008328255a11f65c9..cb26f0dfe1f30ed080b8ef96720adbb93b881d09 100644 (file)
@@ -137,6 +137,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }