From: Vikram Narayanan <vikram186@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] socfpga/spl: Remove timer_init from spl_board_init
Date: Tue, 23 Oct 2012 15:51:16 +0530 [thread overview]
Message-ID: <50866F9C.1070608@gmail.com> (raw)
In-Reply-To: <50866F38.4050308@gmail.com>
Timer is initialized already in board_init_r function in
(common/spl/spl.c) No need to initialize it again
Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
---
arch/arm/cpu/armv7/socfpga/spl.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c
index 944238b..23053fd 100644
--- a/arch/arm/cpu/armv7/socfpga/spl.c
+++ b/arch/arm/cpu/armv7/socfpga/spl.c
@@ -37,9 +37,6 @@ u32 spl_boot_device(void)
*/
void spl_board_init(void)
{
- /* init timer for enabling delay function */
- timer_init();
-
/* de-assert reset for peripherals and bridges based on handoff */
reset_deassert_peripherals_handoff();
--
1.7.4.1
next prev parent reply other threads:[~2012-10-23 10:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-23 10:19 [U-Boot] [PATCH 0/2] socfpga/spl: Cleanup Vikram Narayanan
2012-10-23 10:21 ` Vikram Narayanan [this message]
2012-11-04 15:22 ` [U-Boot] [PATCH 1/2] socfpga/spl: Remove timer_init from spl_board_init Albert ARIBAUD
2012-10-23 10:22 ` [U-Boot] [PATCH 2/2] socfpga/spl: Remove malloc.h Vikram Narayanan
2012-11-10 10:33 ` Albert ARIBAUD
2012-10-23 16:27 ` [U-Boot] [PATCH 0/2] socfpga/spl: Cleanup Dinh Nguyen
2012-10-24 22:46 ` Pavel Machek
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=50866F9C.1070608@gmail.com \
--to=vikram186@gmail.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.