On 3/9/24 18:07, Peter Maydell wrote:
The omap_gptimer device is only in the OMAP2 SoC, which we are removing.Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- include/hw/arm/omap.h | 8 - hw/timer/omap_gptimer.c | 512 ---------------------------------------- hw/timer/meson.build | 1 - 3 files changed, 521 deletions(-) delete mode 100644 hw/timer/omap_gptimer.c
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>