replace last __bss_end__ occurrences with __bss_end
[platform/kernel/u-boot.git] / board / mbx8xx / u-boot.lds.debug
index 063f2cc..1135117 100644 (file)
@@ -133,6 +133,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }