diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-04-20 10:59:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-22 12:27:02 -0600 |
commit | d7820b1cc6d7cbd36fd7b4fb51bf5accacade983 (patch) | |
tree | 2d8cf4235e27bcd84ab9f16e8e0918cb48186ffb | |
parent | 72d54cb7e63459b6d7e7fc57290b69cd0b9d85df (diff) |
MAINTAINERS: add qemu-riscv* defconfigs to QEMU RISC-V 'VIRT' BOARD
Add the follow board to VIRT which otherwise would be unmaintained:
* qemu-riscv64_smode_acpi_defconfig
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r-- | board/emulation/qemu-riscv/MAINTAINERS | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/board/emulation/qemu-riscv/MAINTAINERS b/board/emulation/qemu-riscv/MAINTAINERS index 3d7453f1b43..d75d1b5f190 100644 --- a/board/emulation/qemu-riscv/MAINTAINERS +++ b/board/emulation/qemu-riscv/MAINTAINERS @@ -4,9 +4,4 @@ S: Maintained F: board/emulation/qemu-riscv/ F: board/emulation/common/ F: include/configs/qemu-riscv.h -F: configs/qemu-riscv32_defconfig -F: configs/qemu-riscv32_smode_defconfig -F: configs/qemu-riscv32_spl_defconfig -F: configs/qemu-riscv64_defconfig -F: configs/qemu-riscv64_smode_defconfig -F: configs/qemu-riscv64_spl_defconfig +F: configs/qemu-riscv* |