OSDN Git Service

hw/misc/iotkit-sysctl: Correct typo in INITSVTOR0 register name
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Feb 2019 10:55:16 +0000 (10:55 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Feb 2019 11:03:04 +0000 (11:03 +0000)
commit394e10d2bb300e4445b0ce37f6d138302f2ff04e
tree6f4968c374c5021fc76672ccb6eb996899f0535b
parentea824b97424a46140bdcfc27d78da6c7f4ec24ff
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
hw/misc/iotkit-sysctl.c
include/hw/misc/iotkit-sysctl.h