mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw/timer: Remove the ALTERA_TIMER model
The ALTERA_TIMER was only used by Nios II machines, which have been removed. Since it has no direct user, remove it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240327144806.11319-4-philmd@linaro.org>
This commit is contained in:
parent
6c3014858c
commit
a60e53fa8f
3 changed files with 0 additions and 249 deletions
|
@ -1,6 +1,5 @@
|
|||
system_ss.add(when: 'CONFIG_A9_GTIMER', if_true: files('a9gtimer.c'))
|
||||
system_ss.add(when: 'CONFIG_ALLWINNER_A10_PIT', if_true: files('allwinner-a10-pit.c'))
|
||||
system_ss.add(when: 'CONFIG_ALTERA_TIMER', if_true: files('altera_timer.c'))
|
||||
system_ss.add(when: 'CONFIG_ARM_MPTIMER', if_true: files('arm_mptimer.c'))
|
||||
system_ss.add(when: 'CONFIG_ARM_TIMER', if_true: files('arm_timer.c'))
|
||||
system_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_systick.c'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue