mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-20 19:44:23 +00:00
Writing to the FVP LED register should be a 32bit access.
- Writing to this register with a 64bit access can cause a Systen Error Exception on some models. Change-Id: Ibcf5bdf7ab55707db61c16298f25caff50e1ff7e
This commit is contained in:
parent
4f6ad66ae9
commit
068b950f63
1 changed files with 1 additions and 1 deletions
|
@ -53,5 +53,5 @@ plat_report_exception:
|
||||||
orr x0, x0, x1
|
orr x0, x0, x1
|
||||||
mov x1, #VE_SYSREGS_BASE
|
mov x1, #VE_SYSREGS_BASE
|
||||||
add x1, x1, #V2M_SYS_LED
|
add x1, x1, #V2M_SYS_LED
|
||||||
str x0, [x1]
|
str w0, [x1]
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Add table
Reference in a new issue