aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/compressed/head.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S
index 9f5ac11ccd8e..c2effc917254 100644
--- a/arch/arm/boot/compressed/head.S
+++ b/arch/arm/boot/compressed/head.S
@@ -269,7 +269,8 @@ restart: adr r0, LC0
269 * of RAM and hope for the best. 269 * of RAM and hope for the best.
270 */ 270 */
271 cmp r0, #1 271 cmp r0, #1
272 sub r0, r4, #(TEXT_OFFSET - 0x100) 272 sub r0, r4, #TEXT_OFFSET
273 add r0, r0, #0x100
273 mov r1, r6 274 mov r1, r6
274 sub r2, sp, r6 275 sub r2, sp, r6
275 blne atags_to_fdt 276 blne atags_to_fdt