]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/ixp/start.S
Drop support for CONFIG_SKIP_RELOCATE_UBOOT
[people/ms/u-boot.git] / arch / arm / cpu / ixp / start.S
index 0269207bb296dcafbab68e68c43eab0bd9ba50e3..8d1aebc7199892cbdb53af18a2f4e98fe3c69f33 100644 (file)
@@ -320,7 +320,6 @@ stack_setup:
        cmp     r0, r6
        beq     clear_bss
 
-#ifndef CONFIG_SKIP_RELOCATE_UBOOT
 copy_loop:
        ldmia   r0!, {r9-r10}           /* copy from source address [r0]    */
        stmia   r6!, {r9-r10}           /* copy to   target address [r1]    */
@@ -347,7 +346,6 @@ fixloop:
        cmp     r2, r3
        blo     fixloop
 #endif
-#endif /* #ifndef CONFIG_SKIP_RELOCATE_UBOOT */
 
 clear_bss:
 #ifndef CONFIG_PRELOADER