]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/woodburn/woodburn.c
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / woodburn / woodburn.c
index 5b044a95c00e11a3bd1319f2b538faff1a11857e..7c36af080e8a53405fc0476510295f2092390473 100644 (file)
@@ -148,7 +148,7 @@ void board_init_f(ulong dummy)
        woodburn_init();
 
        /* Clear the BSS. */
-       memset(__bss_start, 0, __bss_end__ - __bss_start);
+       memset(__bss_start, 0, __bss_end - __bss_start);
 
        /* Set global data pointer. */
        gd = &gdata;