On 3/9/24 18:07, Peter Maydell wrote:
The omap_tap device is OMAP2 only, and we are removing it.Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- include/hw/arm/omap.h | 3 -- hw/misc/omap_tap.c | 117 ------------------------------------------ hw/misc/meson.build | 1 - 3 files changed, 121 deletions(-) delete mode 100644 hw/misc/omap_tap.c
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>