rk27xx: ungate all clocks before jumping into rolo'ed code. This should fix booting OF this way
Change-Id: I2c1676227a7218708d9858648c262d5fccb922f7
This commit is contained in:
parent
57a20d2d63
commit
bde57c5df7
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ rolo_restart:
|
|||
ldrh r5, [r4]
|
||||
strh r5, [r4]
|
||||
|
||||
/* Ungate all clocks */
|
||||
ldr r4, =0x1801c018
|
||||
eor r5, r5
|
||||
str r5, [r4]
|
||||
|
||||
adr r4, restart_copy_start
|
||||
adr r5, restart_copy_end
|
||||
ldr r6, =0x18200000
|
||||
|
|
Loading…
Reference in a new issue