All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] socfpga/spl: Remove timer_init from spl_board_init
Date: Sun, 4 Nov 2012 16:22:53 +0100	[thread overview]
Message-ID: <20121104162253.0e837a6a@lilith> (raw)
In-Reply-To: <50866F9C.1070608@gmail.com>

Hi Vikram,

On Tue, 23 Oct 2012 15:51:16 +0530, Vikram Narayanan
<vikram186@gmail.com> wrote:

> 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();
>  

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

  reply	other threads:[~2012-11-04 15:22 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 ` [U-Boot] [PATCH 1/2] socfpga/spl: Remove timer_init from spl_board_init Vikram Narayanan
2012-11-04 15:22   ` Albert ARIBAUD [this message]
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=20121104162253.0e837a6a@lilith \
    --to=albert.u.boot@aribaud.net \
    --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.