Skip to content

Commit

Permalink
hw/timer: Remove the ALTERA_TIMER model
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
philmd committed Apr 24, 2024
1 parent 6c30148 commit a60e53f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 249 deletions.
4 changes: 0 additions & 4 deletions hw/timer/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ config I8254
bool
depends on ISA_BUS

config ALTERA_TIMER
bool
select PTIMER

config ALLWINNER_A10_PIT
bool
select PTIMER
Expand Down
244 changes: 0 additions & 244 deletions hw/timer/altera_timer.c

This file was deleted.

1 change: 0 additions & 1 deletion hw/timer/meson.build
Original file line number Diff line number Diff line change
@@ -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'))
Expand Down

0 comments on commit a60e53f

Please sign in to comment.