Timer: Remove reset_timer() for non-Nios2 arches
[oweals/u-boot.git] / arch / arm / cpu / s3c44b0 / start.S
index 10f5284d457da053e83cd2f4577ac7c62fa3eb08..2545cf6b1aae87c3e0c1f08e1ca8e76a971ce283 100644 (file)
@@ -167,7 +167,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
         */
@@ -209,7 +209,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 */