9
0
Fork 0

no need to have CONFIG_SKIP_RELOCATE_UBOOT

This commit is contained in:
sascha 2007-10-16 14:46:53 +02:00
parent d46cc46f98
commit 520e857b20
1 changed files with 0 additions and 2 deletions

View File

@ -150,7 +150,6 @@ reset:
bl board_init_lowlevel
#endif
#ifndef CONFIG_SKIP_RELOCATE_UBOOT
relocate: /* relocate U-Boot to RAM */
adr r0, _start /* r0 <- current position of code */
ldr r1, _TEXT_BASE /* test if we run from flash or RAM */
@ -167,7 +166,6 @@ copy_loop:
stmia r1!, {r3-r10} /* copy to target address [r1] */
cmp r0, r2 /* until source end addreee [r2] */
ble copy_loop
#endif /* CONFIG_SKIP_RELOCATE_UBOOT */
/* Set up the stack */
stack_setup: