aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu/timer.c
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2012-07-10 10:31:31 +0200
committerMichal Simek <monstr@monstr.eu>2012-07-10 11:54:06 +0200
commit575a3d21f6d7cbb653e48a957d0b2db944f2b9b3 (patch)
treef9135962ff321281df6a22b56a2a6b005ac94a21 /arch/microblaze/cpu/timer.c
parente0bb305df88c98215da6d16af3709863d59ee256 (diff)
downloadu-boot-575a3d21f6d7cbb653e48a957d0b2db944f2b9b3.zip
u-boot-575a3d21f6d7cbb653e48a957d0b2db944f2b9b3.tar.gz
u-boot-575a3d21f6d7cbb653e48a957d0b2db944f2b9b3.tar.bz2
microblaze: intc: Clear interrupt code
Clear and prepare for device-tree driven configuration. Remove CONFIG_SYS_INTC_0 definition Use dynamic allocation instead of static. Signed-off-by: Michal Simek <monstr@monstr.eu> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/microblaze/cpu/timer.c')
-rw-r--r--arch/microblaze/cpu/timer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/cpu/timer.c b/arch/microblaze/cpu/timer.c
index fdcd9e3..cc6b897 100644
--- a/arch/microblaze/cpu/timer.c
+++ b/arch/microblaze/cpu/timer.c
@@ -40,7 +40,6 @@ ulong get_timer (ulong base)
}
#endif
-#ifdef CONFIG_SYS_INTC_0
#ifdef CONFIG_SYS_TIMER_0
void __udelay(unsigned long usec)
{
@@ -80,7 +79,6 @@ int timer_init (void)
return 0;
}
#endif
-#endif
/*
* This function is derived from PowerPC code (read timebase as long long).