]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/cray/L1/u-boot.lds.debug
replace last __bss_end__ occurrences with __bss_end
[karo-tx-uboot.git] / board / cray / L1 / u-boot.lds.debug
index 99cbed4b4714c285cd5251898729e40bf3fdf03d..1b45e5ea6fea0743c0571a6da4f37db0bf294374 100644 (file)
@@ -132,6 +132,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }