diff options
Diffstat (limited to 'arch/arm/boot/compressed/head.S')
-rw-r--r-- | arch/arm/boot/compressed/head.S | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index abf4d65acf62..6af9907c3b5c 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
@@ -170,9 +170,8 @@ not_angel: | |||
170 | 170 | ||
171 | .text | 171 | .text |
172 | adr r0, LC0 | 172 | adr r0, LC0 |
173 | ARM( ldmia r0, {r1, r2, r3, r5, r6, r11, ip, sp}) | 173 | ldmia r0, {r1, r2, r3, r5, r6, r11, ip} |
174 | THUMB( ldmia r0, {r1, r2, r3, r5, r6, r11, ip} ) | 174 | ldr sp, [r0, #28] |
175 | THUMB( ldr sp, [r0, #32] ) | ||
176 | #ifdef CONFIG_AUTO_ZRELADDR | 175 | #ifdef CONFIG_AUTO_ZRELADDR |
177 | @ determine final kernel image address | 176 | @ determine final kernel image address |
178 | and r4, pc, #0xf8000000 | 177 | and r4, pc, #0xf8000000 |