[U-Boot] [PATCH v3 5/9] arm: use thumb compatible return in arm720t
Allen Martin
amartin at nvidia.com
Wed Aug 15 23:38:57 CEST 2012
Convert return from relocate_code to a thumb compatible bx
instruction.
Signed-off-by: Allen Martin <amartin at nvidia.com>
---
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 2f914e9..013da46 100644
--- a/arch/arm/cpu/arm720t/start.S
+++ b/arch/arm/cpu/arm720t/start.S
@@ -268,7 +268,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
More information about the U-Boot
mailing list