On 3/9/24 18:07, Peter Maydell wrote:
The users of the OMAP2 SoC emulation have been removed, so we can delete omap2.c.Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- include/hw/arm/omap.h | 8 - hw/arm/omap2.c | 2715 ----------------------------------------- hw/arm/meson.build | 1 - 3 files changed, 2724 deletions(-) delete mode 100644 hw/arm/omap2.c
Yay! Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>