projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24bb2b
)
colibri_vf: Fix bstlen field
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 14 Oct 2015 02:54:32 +0000
(23:54 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 15 Oct 2015 09:16:17 +0000
(11:16 +0200)
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@timesys.com>
for the vf610twr board.
Reported-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
board/toradex/colibri_vf/colibri_vf.c
patch
|
blob
|
history
diff --git
a/board/toradex/colibri_vf/colibri_vf.c
b/board/toradex/colibri_vf/colibri_vf.c
index 39bf0ac7d69d70b171e30e96e6803385ff5d407f..a6d1c5bcd1a315a88df59287ea585f7658ea28a3 100644
(file)
--- 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,