diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-04-20 10:59:27 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-22 12:27:02 -0600 |
commit | ac8b4c063d9549b7c714925f6e8170700a400c5a (patch) | |
tree | 3c138f4c8aed7d370d5d88fa40b5f02568acafeb | |
parent | 2d6cf24d70ef1909e6dc037f47e8d5bfb76e417e (diff) |
MAINTAINERS: add all qemu_arm64* defconfigs to VIRT
Add the following boards to VIRT which otherwise would be unmaintained.
* qemu_arm64_acpi_defconfig
* qemu_arm64_lwip_defconfig
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r-- | board/emulation/qemu-arm/MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/emulation/qemu-arm/MAINTAINERS b/board/emulation/qemu-arm/MAINTAINERS index 7bc0ee698c5..538769f8040 100644 --- a/board/emulation/qemu-arm/MAINTAINERS +++ b/board/emulation/qemu-arm/MAINTAINERS @@ -5,6 +5,5 @@ F: board/emulation/qemu-arm/ F: board/emulation/common/ F: include/configs/qemu-arm.h F: include/configs/qemu-sbsa.h -F: configs/qemu_arm_defconfig -F: configs/qemu_arm64_defconfig +F: configs/qemu_arm* F: configs/qemu-arm-sbsa_defconfig |