[U-Boot] [PATCH] colibri_vf: Fix bstlen field
Fabio Estevam
festevam at gmail.com
Wed Oct 14 04:54:32 CEST 2015
From: Fabio Estevam <fabio.estevam at 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 at timesys.com>
for the vf610twr board.
Reported-by: Stefan Agner <stefan at agner.ch>
Signed-off-by: Fabio Estevam <fabio.estevam at 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,
--
1.9.1
More information about the U-Boot
mailing list