All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] colibri_vf: Fix typo in DRAM init
@ 2015-10-14  2:54 Stefan Agner
  0 siblings, 0 replies; only message in thread
From: Stefan Agner @ 2015-10-14  2:54 UTC (permalink / raw)
  To: u-boot

From: Stefan Agner <stefan.agner@toradex.com>

This commit fixes the same typo found in vf610twr DRAM init also for
colibri_vf DRAM init. This typo was introduced in commit 3f353cecc
(vf610: refactor DDRMC code).

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 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,
-- 
2.6.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-14  2:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-14  2:54 [U-Boot] [PATCH] colibri_vf: Fix typo in DRAM init Stefan Agner

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.