mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-12-14 14:18:43 +00:00
817ac8d19b
The `fpregs_context_restore()` function used to restore the floating point regsiter context had a typo error wherein it was doing `str` instead of `ldr` for a register. This issue remained undetected becuase none of the ARM Standard development platforms save and restore the floating point register context when a context switch is done. This patch corrects the issue. Change-Id: Id178e0ba254a5e0a4a844f54b39d71dc34e0f6ea |
||
---|---|---|
.. | ||
aarch64 | ||
bl31_main.c | ||
bl31.ld.S | ||
bl31.mk | ||
context_mgmt.c | ||
cpu_data_array.c | ||
interrupt_mgmt.c | ||
runtime_svc.c |