diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:07:43 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:56:27 +0100 |
commit | ac2da7f9fef8787129e6b0b5a172d94955d8b7ba (patch) | |
tree | 6671aea14cf49a6c68287a32fa0eb09433916ede /hw/timer/meson.build | |
parent | 9d78324be9097be23a3e439694d97e6f98515f89 (diff) |
hw/timer: Remove omap_synctimer
Remove the omap_synctimer device, which is only in the OMAP2 SoC.
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-46-peter.maydell@linaro.org
Diffstat (limited to 'hw/timer/meson.build')
-rw-r--r-- | hw/timer/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/timer/meson.build b/hw/timer/meson.build index 73cb954126..f5f9eed2d0 100644 --- a/hw/timer/meson.build +++ b/hw/timer/meson.build @@ -21,7 +21,6 @@ system_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('mips_gictimer.c')) system_ss.add(when: 'CONFIG_MSF2', if_true: files('mss-timer.c')) system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_timer.c')) system_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_timer.c')) -system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_synctimer.c')) system_ss.add(when: 'CONFIG_PXA2XX_TIMER', if_true: files('pxa2xx_timer.c')) system_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_systmr.c')) system_ss.add(when: 'CONFIG_SH_TIMER', if_true: files('sh_timer.c')) |