Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208570
b: refs/heads/master
c: 7775441
h: refs/heads/master
v: v3
  • Loading branch information
Rabin Vincent authored and Russell King committed Aug 10, 2010
1 parent e016691 commit 5c4e22e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 81ef806163ebfd4775fc3154e031aad6feaaa192
refs/heads/master: 77754410fb8ecd7cf307bcd75d60f3b22b8c3cd2
5 changes: 2 additions & 3 deletions trunk/arch/arm/boot/compressed/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@ not_angel:

.text
adr r0, LC0
ARM( ldmia r0, {r1, r2, r3, r5, r6, r11, ip, sp})
THUMB( ldmia r0, {r1, r2, r3, r5, r6, r11, ip} )
THUMB( ldr sp, [r0, #32] )
ldmia r0, {r1, r2, r3, r5, r6, r11, ip}
ldr sp, [r0, #28]
#ifdef CONFIG_AUTO_ZRELADDR
@ determine final kernel image address
and r4, pc, #0xf8000000
Expand Down

0 comments on commit 5c4e22e

Please sign in to comment.