]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/icu862/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / icu862 / u-boot.lds
index 6778eb13add674fcd6fa4091f466ae5e776ec704..9ff187c48171bd5f5c74cc79aca45e67e79a66fa 100644 (file)
@@ -93,6 +93,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }