public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] colibri_vf: Fix bstlen field
Date: Thu, 15 Oct 2015 11:18:13 +0200	[thread overview]
Message-ID: <561F6F55.6020907@denx.de> (raw)
In-Reply-To: <1444791272-13013-1-git-send-email-festevam@gmail.com>

On 14/10/2015 04:54, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Commit 3f353cecc ("vf610: refactor DDRMC code") changed the original
> bstlen field from 3 to 0.
> 
> Restore the original value for proper behaviour.
> 
> Based on the patch from Anthony Felice <tony.felice@timesys.com>
> for the vf610twr board.
> 
> Reported-by: Stefan Agner <stefan@agner.ch>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  board/toradex/colibri_vf/colibri_vf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/toradex/colibri_vf/colibri_vf.c b/board/toradex/colibri_vf/colibri_vf.c
> index 39bf0ac..a6d1c5b 100644
> --- a/board/toradex/colibri_vf/colibri_vf.c
> +++ b/board/toradex/colibri_vf/colibri_vf.c
> @@ -119,7 +119,7 @@ int dram_init(void)
>  		.trcd_int          = 6,
>  		.tras_lockout      = 0,
>  		.tdal              = 12,
> -		.bstlen            = 0,
> +		.bstlen            = 3,
>  		.tdll              = 512,
>  		.trp_ab            = 6,
>  		.tref              = 3120,
> 

As result from  previous thread "vf610twr: Fix typo in DRAM init"

Applied as fix to u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

      reply	other threads:[~2015-10-15  9:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-14  2:54 [U-Boot] [PATCH] colibri_vf: Fix bstlen field Fabio Estevam
2015-10-15  9:18 ` Stefano Babic [this message]

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=561F6F55.6020907@denx.de \
    --to=sbabic@denx.de \
    --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