diff options
author | Tom Rini <trini@konsulko.com> | 2015-10-15 08:43:38 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-15 08:43:38 -0400 |
commit | cb4c833b74e40b2e9bce8702f1d5e11fa823292d (patch) | |
tree | 4b8b784653104e1910d73b0e649c07b495e7e2b4 /board | |
parent | c57a9a6350f60f5f9ae18d0c55efcd79b2204be3 (diff) | |
parent | cf04ad3219260c3c39ec3dbfe2427e3463e8dbd5 (diff) | |
download | u-boot-imx-cb4c833b74e40b2e9bce8702f1d5e11fa823292d.zip u-boot-imx-cb4c833b74e40b2e9bce8702f1d5e11fa823292d.tar.gz u-boot-imx-cb4c833b74e40b2e9bce8702f1d5e11fa823292d.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'board')
-rw-r--r-- | board/toradex/colibri_vf/colibri_vf.c | 2 |
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 39bf0ac..a6d1c5b 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, |