]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm_intcm/start.S
replace CONFIG_PRELOADER with CONFIG_SPL_BUILD
[u-boot] / arch / arm / cpu / arm_intcm / start.S
index 2fd3b9a05a38cfc990003e752af77220f0a559bf..1a93277aa0a04d77660c5d2546e85d14b11df231 100644 (file)
@@ -182,7 +182,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
         */
@@ -224,7 +224,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 */