diff options
author | Tom Rini <trini@ti.com> | 2012-05-14 12:38:18 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:21 +0200 |
commit | 2ab281037555de1710aa597531562fe071470198 (patch) | |
tree | c1338e35ac8b84797182b5e9a44a171f54c57e15 /arch/arm/include/asm | |
parent | d1df0fd37388fe0dc77a75f5aece04f70cc3f7e6 (diff) | |
download | u-boot-imx-2ab281037555de1710aa597531562fe071470198.zip u-boot-imx-2ab281037555de1710aa597531562fe071470198.tar.gz u-boot-imx-2ab281037555de1710aa597531562fe071470198.tar.bz2 |
am33xx: Do not call init_timer twice
We do not need to call init_timer both in SPL and U-Boot itself, just
SPL needs to initialize the timer.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/arch-am33xx/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/cpu.h b/arch/arm/include/asm/arch-am33xx/cpu.h index cd002e6..8760cc0 100644 --- a/arch/arm/include/asm/arch-am33xx/cpu.h +++ b/arch/arm/include/asm/arch-am33xx/cpu.h @@ -213,8 +213,6 @@ struct ctrl_stat { unsigned int resv1[16]; unsigned int statusreg; /* ofset 0x40 */ }; - -void init_timer(void); #endif /* __ASSEMBLY__ */ #endif /* __KERNEL_STRICT_NAMES */ |