]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/ixp/start.S
arch/arm/cpu/ixp/npe/npe.c: Fix build warning
[u-boot] / arch / arm / cpu / ixp / start.S
index a975d42a260e7e15472287f55cf8831f0d06295d..cb32121a07120ee0ba0760e11730b25ce354550c 100644 (file)
@@ -284,7 +284,7 @@ copy_loop:
        cmp     r0, r2                  /* until source end address [r2]    */
        blo     copy_loop
 
-#ifndef CONFIG_PRELOADER
+#ifndef CONFIG_SPL_BUILD
        /*
         * fix .rel.dyn relocations
         */
@@ -326,7 +326,7 @@ fixnext:
 #endif
 
 clear_bss:
-#ifndef CONFIG_PRELOADER
+#ifndef CONFIG_SPL_BUILD
        ldr     r0, _bss_start_ofs
        ldr     r1, _bss_end_ofs
        mov     r4, r6                  /* reloc addr */
@@ -340,7 +340,7 @@ clbss_l:str r2, [r0]                /* clear loop...                    */
        bne     clbss_l
 
        bl coloured_LED_init
-       bl red_LED_on
+       bl red_led_on
 #endif
 
 /*