summaryrefslogtreecommitdiffstats
path: root/libgloss/arm/redboot-crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/arm/redboot-crt0.S')
-rw-r--r--libgloss/arm/redboot-crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/arm/redboot-crt0.S b/libgloss/arm/redboot-crt0.S
index dcd042c23..88eb60d30 100644
--- a/libgloss/arm/redboot-crt0.S
+++ b/libgloss/arm/redboot-crt0.S
@@ -97,7 +97,7 @@ __change_mode:
movs a1, #0
ldr a2, .LC3
- mov a3, a2
+ movs a3, a2
bl SYM_NAME(main)
1: bl SYM_NAME(exit)
b 1b