summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2015-10-13 23:54:32 -0300
committerStefano Babic <[email protected]>2015-10-15 11:16:17 +0200
commitd45fd018c8ed233f55c9b4e219d06c71abf9e299 (patch)
tree99050288259b07d78245aec5785930a46205a77b
parente24bb2b7322668746dad3ff24b1b4c045ceb3a6a (diff)
colibri_vf: Fix bstlen field
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 <[email protected]> for the vf610twr board. Reported-by: Stefan Agner <[email protected]> Signed-off-by: Fabio Estevam <[email protected]>
-rw-r--r--board/toradex/colibri_vf/colibri_vf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/toradex/colibri_vf/colibri_vf.c b/board/toradex/colibri_vf/colibri_vf.c
index 39bf0ac7d69..a6d1c5bcd1a 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,