Skip to content
Snippets Groups Projects
Commit 42e550d4 authored by Anthony Felice's avatar Anthony Felice Committed by Stefano Babic
Browse files

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 3f353cec
(vf610: refactor DDRMC code).

Signed-off-by: default avatarAnthony Felice <tony.felice@timesys.com>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent f74dc51b
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ int dram_init(void) ...@@ -108,7 +108,7 @@ int dram_init(void)
.trcd_int = 6, .trcd_int = 6,
.tras_lockout = 0, .tras_lockout = 0,
.tdal = 12, .tdal = 12,
.bstlen = 0, .bstlen = 3,
.tdll = 512, .tdll = 512,
.trp_ab = 6, .trp_ab = 6,
.tref = 3120, .tref = 3120,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment