diff options
| -rw-r--r-- | arch/arm/boot/compressed/head.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index 7193884ed8b0..920f4dbd4883 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
| @@ -128,14 +128,14 @@ wait: mrc p14, 0, pc, c0, c1, 0 | |||
| 128 | .arm @ Always enter in ARM state | 128 | .arm @ Always enter in ARM state |
| 129 | start: | 129 | start: |
| 130 | .type start,#function | 130 | .type start,#function |
| 131 | THUMB( adr r12, BSYM(1f) ) | 131 | .rept 7 |
| 132 | THUMB( bx r12 ) | ||
| 133 | THUMB( .rept 6 ) | ||
| 134 | ARM( .rept 8 ) | ||
| 135 | mov r0, r0 | 132 | mov r0, r0 |
| 136 | .endr | 133 | .endr |
| 134 | ARM( mov r0, r0 ) | ||
| 135 | ARM( b 1f ) | ||
| 136 | THUMB( adr r12, BSYM(1f) ) | ||
| 137 | THUMB( bx r12 ) | ||
| 137 | 138 | ||
| 138 | b 1f | ||
| 139 | .word 0x016f2818 @ Magic numbers to help the loader | 139 | .word 0x016f2818 @ Magic numbers to help the loader |
| 140 | .word start @ absolute load/run zImage address | 140 | .word start @ absolute load/run zImage address |
| 141 | .word _edata @ zImage end address | 141 | .word _edata @ zImage end address |
