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:
a7e2c6f
)
vf610twr: Fix typo in DRAM init
author
Anthony Felice
<
[email protected]
>
Fri, 9 Oct 2015 20:38:39 +0000
(16:38 -0400)
committer
Tom Rini
<
[email protected]
>
Fri, 16 Oct 2015 11:21:09 +0000
(07:21 -0400)
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 <
[email protected]
>
Reviewed-by: Fabio Estevam <
[email protected]
>
board/freescale/vf610twr/vf610twr.c
patch
|
blob
|
history
diff --git
a/board/freescale/vf610twr/vf610twr.c
b/board/freescale/vf610twr/vf610twr.c
index 78349317e09c845aab4f06786ceb272f1b5bb0ee..37b241dd26ef480603ef885b4fc65a895f6fcc40 100644
(file)
--- 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,