public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  [PATCH] vf610twr: Fix typo in DRAM init
@ 2015-10-09 20:38 Anthony Felice
  2015-10-13 15:24 ` Otavio Salvador
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Anthony Felice @ 2015-10-09 20:38 UTC (permalink / raw)
  To: u-boot

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,
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-10-17  0:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox