diff options
author | Jason Jin <Jason.jin@freescale.com> | 2011-08-19 10:02:32 +0800 |
---|---|---|
committer | jason <jason@jason-ThinkPad-T61.(none)> | 2011-09-04 22:46:55 +0800 |
commit | 444ddfc751038625035b0d7dddef88c1b313422b (patch) | |
tree | 1ebf75a88f87353f4e66904bc8de862f488f1130 /arch/m68k/lib/board.c | |
parent | 6c0bf27d74510d1d7fac9208e766eae8efac2592 (diff) | |
download | u-boot-imx-444ddfc751038625035b0d7dddef88c1b313422b.zip u-boot-imx-444ddfc751038625035b0d7dddef88c1b313422b.tar.gz u-boot-imx-444ddfc751038625035b0d7dddef88c1b313422b.tar.bz2 |
ColdFire:Update the timer_init since it was unified.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Diffstat (limited to 'arch/m68k/lib/board.c')
-rw-r--r-- | arch/m68k/lib/board.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/lib/board.c b/arch/m68k/lib/board.c index 945ab66..1df50f1 100644 --- a/arch/m68k/lib/board.c +++ b/arch/m68k/lib/board.c @@ -78,8 +78,6 @@ static char *failed = "*** failed ***\n"; extern ulong __init_end; extern ulong __bss_end__; -extern void timer_init(void); - #if defined(CONFIG_WATCHDOG) # define INIT_FUNC_WATCHDOG_INIT watchdog_init, # define WATCHDOG_DISABLE watchdog_disable |