summaryrefslogtreecommitdiffstats
path: root/board/freescale
diff options
context:
space:
mode:
authorAnthony Felice <tony.felice@timesys.com>2015-10-09 16:38:39 -0400
committerStefano Babic <sbabic@denx.de>2015-10-16 09:33:26 +0200
commit42e550d44bc2335a18065b155cc408f30f0502ef (patch)
treee11d8aab8ed9bf861b7cd9040717fbeb96c11a22 /board/freescale
parentf74dc51bcab924a30e41b33981a4f96af3f9dd57 (diff)
downloadtalos-obmc-uboot-42e550d44bc2335a18065b155cc408f30f0502ef.tar.gz
talos-obmc-uboot-42e550d44bc2335a18065b155cc408f30f0502ef.zip
vf610twr: Fix typo in DRAM init
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> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/vf610twr/vf610twr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/vf610twr/vf610twr.c b/board/freescale/vf610twr/vf610twr.c
index 78349317e0..37b241dd26 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,
OpenPOWER on IntegriCloud