We neglected to update MAINTAINERS when we renamed tests/qtest/m25p80-test.c to tests/qtest/aspeed_smc-test.c. Update it now.
Fixes: 5fde7f10c0 (tests/qtest: Rename m25p80 test in aspeed_smc test, 2021-05-01) Cc: Alistair Francis <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 815ec48686..0c952b710b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2295,7 +2295,7 @@ F: hw/ssi/* F: hw/block/m25p80* F: include/hw/ssi/ssi.h X: hw/ssi/xilinx_* -F: tests/qtest/m25p80-test.c +F: tests/qtest/aspeed_smc-test.c Xilinx SPI M: Alistair Francis <[email protected]> -- 2.54.0
