replace CONFIG_PRELOADER with CONFIG_SPL_BUILD
[oweals/u-boot.git] / arch / arm / cpu / arm920t / start.S
index a7476b0550b99e9cbfa265bd5a830d418a60f297..2a536674b1b3315c82d460254a890b19acb9c431 100644 (file)
@@ -221,7 +221,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
         */
@@ -263,7 +263,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 */