mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
gic: fixed compilation error in GICv2 wait for interrupt macro
a hexadicemal value was missing the "0x" prefix which caused assembler error Signed-off-by: Yehuda Yitschak <yehuday@marvell.com>
This commit is contained in:
parent
b81fa615df
commit
59a9cfdd16
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ lr .req x30
|
|||
0 : wfi
|
||||
ldr \wreg2, [\xreg1, GICC_AIAR]
|
||||
str \wreg2, [\xreg1, GICC_AEOIR]
|
||||
and \wreg2, \wreg2, #3ff
|
||||
and \wreg2, \wreg2, #0x3ff
|
||||
cbnz \wreg2, 0b
|
||||
.endm
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue