Convert return from relocate_code to a thumb compatible bx
instruction.
Signed-off-by: Allen Martin <[email protected]>
---
arch/arm/cpu/arm720t/start.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/arm720t/start.S b/arch/arm/cpu/arm720t/start.S
index 9d02709..73b57c0 100644
--- a/arch/arm/cpu/arm720t/start.S
+++ b/arch/arm/cpu/arm720t/start.S
@@ -262,7 +262,7 @@ clbss_e:
mov r0, r5 /* gd_t */
mov r1, r6 /* dest_addr */
/* jump to it ... */
- mov pc, lr
+ bx lr
_board_init_r_ofs:
.word board_init_r - _start
--
1.7.9.5
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot