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