]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/nds32/include/asm/u-boot-nds32.h
Replace __bss_end__ with __bss_end
[people/ms/u-boot.git] / arch / nds32 / include / asm / u-boot-nds32.h
index ae1918d5d47c985e727537e19a1fb10e88dcaca4..a6d7bebf6fc2c051d36eb4b2a7b50b8248a45cca 100644 (file)
@@ -31,7 +31,7 @@
 
 /* for the following variables, see start.S */
 extern ulong __bss_start;      /* BSS start relative to _start */
-extern ulong __bss_end__;      /* BSS end relative to _start */
+extern ulong __bss_end;        /* BSS end relative to _start */
 extern ulong _end;             /* end of image relative to _start */
 extern ulong _start;           /* start of image relative to _start */
 extern ulong _TEXT_BASE;       /* code start */