From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 7 Sep 2015 22:10:17 +0800 Subject: [U-Boot] [PATCH 2/2] nios2: Split timer code into timer.c In-Reply-To: <1441629112-8287-2-git-send-email-marex@denx.de> References: <1441629112-8287-1-git-send-email-marex@denx.de> <1441629112-8287-2-git-send-email-marex@denx.de> Message-ID: <55ED9AC9.5070000@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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