]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/sa1100/start.S
Drop support for CONFIG_SKIP_RELOCATE_UBOOT
[people/ms/u-boot.git] / arch / arm / cpu / sa1100 / start.S
index ab6e2f219493c1895d440c00db089ee48b8ca5bc..ace0c074df77f409f2e7f64d04eb648d04615948 100644 (file)
@@ -183,7 +183,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]    */
@@ -210,7 +209,6 @@ fixloop:
        cmp     r2, r3
        blo     fixloop
 #endif
-#endif /* #ifndef CONFIG_SKIP_RELOCATE_UBOOT */
 
 clear_bss:
 #ifndef CONFIG_PRELOADER