]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/davinci/spl.c
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / davinci / spl.c
index 714fa928465bfc9aac2cb979d97318c46781e139..ca8a412626dd8a5f98c252d7404e9f588ad4d682 100644 (file)
@@ -64,7 +64,7 @@ void board_init_f(ulong dummy)
 #endif
 
        /* Third, we clear the BSS. */
-       memset(__bss_start, 0, __bss_end__ - __bss_start);
+       memset(__bss_start, 0, __bss_end - __bss_start);
 
        /* Finally, setup gd and move to the next step. */
        gd = &gdata;