From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] am33xx: Drop timer_init call from s_init
Date: Fri, 19 Dec 2014 16:52:54 -0500 [thread overview]
Message-ID: <1419025975-5367-2-git-send-email-trini@ti.com> (raw)
In-Reply-To: <1419025975-5367-1-git-send-email-trini@ti.com>
In both SPL and non-SPL cases we will make a call to timer_init() early
on and do not need to call it again within s_init().
Signed-off-by: Tom Rini <trini@ti.com>
---
arch/arm/cpu/armv7/am33xx/board.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/cpu/armv7/am33xx/board.c b/arch/arm/cpu/armv7/am33xx/board.c
index 29b1d73..eaf09d1 100644
--- a/arch/arm/cpu/armv7/am33xx/board.c
+++ b/arch/arm/cpu/armv7/am33xx/board.c
@@ -294,7 +294,6 @@ void s_init(void)
save_omap_boot_params();
#endif
watchdog_disable();
- timer_init();
set_uart_mux_conf();
setup_clocks_for_console();
uart_soft_reset();
--
1.7.9.5
next prev parent reply other threads:[~2014-12-19 21:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-19 21:52 [U-Boot] [PATCH 1/3] socfpga: Drop redundant save_boot_params Tom Rini
2014-12-19 21:52 ` Tom Rini [this message]
2014-12-21 18:52 ` [U-Boot] [PATCH 2/3] am33xx: Drop timer_init call from s_init Simon Glass
2015-01-07 15:13 ` [U-Boot] [U-Boot,2/3] " Tom Rini
2014-12-19 21:52 ` [U-Boot] [PATCH 3/3] omap-common/hwinit-common.c: timer_init() doesn't need to touch gd Tom Rini
2014-12-21 18:53 ` Simon Glass
2015-01-07 15:13 ` [U-Boot] [U-Boot, " Tom Rini
2014-12-20 2:40 ` [U-Boot] [PATCH 1/3] socfpga: Drop redundant save_boot_params Marek Vasut
2015-01-07 15:13 ` [U-Boot] [U-Boot,1/3] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1419025975-5367-2-git-send-email-trini@ti.com \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.