On 3/9/24 18:07, Peter Maydell wrote:
The MAINSTONE_FPGA device was used only by the 'mainstone' machine type, so we can remove it now.Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- MAINTAINERS | 1 - hw/misc/mst_fpga.c | 269 -------------------------------------------- hw/misc/meson.build | 1 - 3 files changed, 271 deletions(-) delete mode 100644 hw/misc/mst_fpga.c
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>