]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/arm925t/start.S
Drop support for CONFIG_SKIP_RELOCATE_UBOOT
[people/ms/u-boot.git] / arch / arm / cpu / arm925t / start.S
index 6792a22affe7ea5ac21de0e569aaa4fed5a916a0..51229c61544383f58a1e84295f2f6971e5fc202f 100644 (file)
@@ -227,7 +227,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]    */
@@ -254,7 +253,6 @@ fixloop:
        cmp     r2, r3
        blo     fixloop
 #endif
-#endif /* #ifndef CONFIG_SKIP_RELOCATE_UBOOT */
 
 clear_bss:
 #ifndef CONFIG_PRELOADER