public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Agner <stefan@agner.ch>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] vf610twr: Fix typo in DRAM init
Date: Tue, 13 Oct 2015 19:47:00 -0700	[thread overview]
Message-ID: <6892bced58b969f8de5dad5f33e320a2@agner.ch> (raw)
In-Reply-To: <1444423119-15317-1-git-send-email-tony.felice@timesys.com>

Hi Anthony,

Tested on a Tower, works for me.

Can you also fix the Colibri VF board? It seems to suffer the same
issue, introduced by the same commit...

--
Stefan

On 2015-10-09 13:38, Anthony Felice wrote:
> This commit fixes a typo in vf610twr DRAM init that was causing a hang in
> U-Boot for the Vybrid Tower. This typo was introduced in commit 3f353cecc
> (vf610: refactor DDRMC code).
> 
> Signed-off-by: Anthony Felice <tony.felice@timesys.com>
> ---
>  board/freescale/vf610twr/vf610twr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/freescale/vf610twr/vf610twr.c
> b/board/freescale/vf610twr/vf610twr.c
> index a78e9e6..fa0075c 100644
> --- a/board/freescale/vf610twr/vf610twr.c
> +++ b/board/freescale/vf610twr/vf610twr.c
> @@ -108,7 +108,7 @@ int dram_init(void)
>  		.trcd_int          = 6,
>  		.tras_lockout      = 0,
>  		.tdal              = 12,
> -		.bstlen            = 0,
> +		.bstlen            = 3,
>  		.tdll              = 512,
>  		.trp_ab            = 6,
>  		.tref              = 3120,

  parent reply	other threads:[~2015-10-14  2:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-09 20:38 [U-Boot] [PATCH] vf610twr: Fix typo in DRAM init Anthony Felice
2015-10-13 15:24 ` Otavio Salvador
2015-10-13 15:28 ` Fabio Estevam
2015-10-13 15:30   ` Fabio Estevam
2015-10-13 20:12     ` Albert ARIBAUD
2015-10-13 21:11       ` Fabio Estevam
2015-10-14  2:47 ` Stefan Agner [this message]
2015-10-14 23:29   ` Tony Felice
2015-10-14 23:54     ` Stefan Agner
2015-10-16  6:32       ` Stefan Agner
2015-10-16  7:32         ` Stefano Babic
2015-10-17  0:21 ` [U-Boot] " 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=6892bced58b969f8de5dad5f33e320a2@agner.ch \
    --to=stefan@agner.ch \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox