hw/misc: Remove omap_tap device

The omap_tap device is OMAP2 only, and we are removing it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240903160751.4100218-49-peter.maydell@linaro.org
This commit is contained in:
Peter Maydell 2024-09-03 17:07:46 +01:00
parent 41695489d6
commit d007962b2f
3 changed files with 0 additions and 121 deletions

View file

@ -76,7 +76,6 @@ system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files(
system_ss.add(when: 'CONFIG_OMAP', if_true: files(
'omap_clk.c',
'omap_l4.c',
'omap_tap.c',
))
system_ss.add(when: 'CONFIG_RASPI', if_true: files(
'bcm2835_mbox.c',