mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
hw/misc/iotkit-sysctl: Correct typo in INITSVTOR0 register name
The iotkit-sysctl device has a register it names INITSVRTOR0. This is actually a typo present in the IoTKit documentation and also in part of the SSE-200 documentation: it should be INITSVTOR0 because it is specifying the initial value of the Secure VTOR register in the CPU. Correct the typo. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190219125808.25174-6-peter.maydell@linaro.org
This commit is contained in:
parent
ea824b9742
commit
394e10d2bb
2 changed files with 9 additions and 9 deletions
|
@ -41,7 +41,7 @@ typedef struct IoTKitSysCtl {
|
|||
uint32_t reset_syndrome;
|
||||
uint32_t reset_mask;
|
||||
uint32_t gretreg;
|
||||
uint32_t initsvrtor0;
|
||||
uint32_t initsvtor0;
|
||||
uint32_t cpuwait;
|
||||
uint32_t wicctrl;
|
||||
} IoTKitSysCtl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue