replace last __bss_end__ occurrences with __bss_end
[platform/kernel/u-boot.git] / board / RPXlite_dw / u-boot.lds.debug
index 88c410c..7b89b4f 100644 (file)
@@ -132,6 +132,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }