diff options
author | Peter Maydell | 2019-02-01 15:55:42 +0100 |
---|---|---|
committer | Peter Maydell | 2019-02-01 15:55:42 +0100 |
commit | 6eee5d241a87615a31d46bb043101eceeaa4a799 (patch) | |
tree | b0030666993d1a2232927d5393ee72a8fdd63232 /MAINTAINERS | |
parent | hw/arm/iotkit: Rename 'iotkit' local variables and functions (diff) | |
download | qemu-6eee5d241a87615a31d46bb043101eceeaa4a799.tar.gz qemu-6eee5d241a87615a31d46bb043101eceeaa4a799.tar.xz qemu-6eee5d241a87615a31d46bb043101eceeaa4a799.zip |
hw/arm/iotkit: Rename files to hw/arm/armsse.[ch]
Rename the files that used to be iotkit.[ch] to
armsse.[ch] to reflect the fact they new cover
multiple Arm subsystems for embedded.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190121185118.18550-8-peter.maydell@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 234e5c413b..c2ad4e52c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -623,8 +623,8 @@ F: hw/arm/mps2.c F: hw/arm/mps2-tz.c F: hw/misc/mps2-*.c F: include/hw/misc/mps2-*.h -F: hw/arm/iotkit.c -F: include/hw/arm/iotkit.h +F: hw/arm/armsse.c +F: include/hw/arm/armsse.h F: hw/misc/iotkit-secctl.c F: include/hw/misc/iotkit-secctl.h F: hw/misc/iotkit-sysctl.c |