]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/adder/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / adder / u-boot.lds
index 73e2f3f9cfdc417fb23e3f70f0b1d36e21191aec..2f10e7ce5fcababc42182416d7fc0860ee88d8fe 100644 (file)
@@ -89,7 +89,7 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }
 ENTRY(_start)