]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/netta2/u-boot.lds
Replace __bss_end__ with __bss_end
[people/ms/u-boot.git] / board / netta2 / u-boot.lds
index cdc1fdac2c47d22ca3d200967c056b6df13f3173..e63a8c9fabee0288c438c1c63a2e4bdb2f87ccbe 100644 (file)
@@ -93,6 +93,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }