mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-19 18:52:19 +01:00
arm: rmobile: Change initializing ICCICR register
There is rmobile without ICCICR. ICCICR is initialized only when ICCICR is defined. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
af0dd19c2e
commit
2f7ea5b047
1 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ ENTRY(lowlevel_init)
|
|||
.align 4
|
||||
|
||||
wait_interrupt:
|
||||
#ifdef ICCICR
|
||||
ldr r1, =ICCICR
|
||||
mov r2, #0x0
|
||||
str r2, [r1]
|
||||
|
|
@ -47,6 +48,7 @@ wait_interrupt:
|
|||
ldr r1, =ICCICR
|
||||
mov r2, #0x1
|
||||
str r2, [r1]
|
||||
#endif
|
||||
|
||||
wait_loop:
|
||||
.long 0xE320F003 /* wfi */
|
||||
|
|
@ -77,6 +79,7 @@ loop0:
|
|||
|
||||
str ip, [sp] /* stash old link register */
|
||||
mov ip, lr /* save link reg across call */
|
||||
|
||||
bl s_init
|
||||
|
||||
ldr ip, [sp] /* restore save ip */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue