[U-Boot] [PATCH 2/2] nios2: Split timer code into timer.c

Thomas Chou thomas at wytron.com.tw
Mon Sep 7 16:10:17 CEST 2015


Hi Marek,

On 09/07/2015 08:31 PM, Marek Vasut wrote:
> Move the timer code from interrupts.c into timer.c . Eliminate the
> installation of timer interrupt handler, which is no longer used.
>
> Signed-off-by: Marek Vasut <marex at denx.de>
> ---
>   arch/nios2/cpu/Makefile         |  2 +-
>   arch/nios2/cpu/interrupts.c     | 84 +----------------------------------------
>   arch/nios2/cpu/timer.c          | 65 +++++++++++++++++++++++++++++++
>   include/configs/nios2-generic.h |  3 +-
>   4 files changed, 68 insertions(+), 86 deletions(-)
>   create mode 100644 arch/nios2/cpu/timer.c
>
> V2: Rebase on top of u-boot/master
>      Zap the CONFIG_SYS_TIMER_IRQ check
>

Applied to u-boot-nios.
Thanks.

Best regards,
Thomas Chou


More information about the U-Boot mailing list