From: Fabio Estevam Date: Wed, 14 Oct 2015 02:54:32 +0000 (-0300) Subject: colibri_vf: Fix bstlen field X-Git-Tag: v2015.10~27^2~1 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=commitdiff_plain;h=d45fd018c8ed233f55c9b4e219d06c71abf9e299 colibri_vf: Fix bstlen field 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 for the vf610twr board. Reported-by: Stefan Agner Signed-off-by: Fabio Estevam --- diff --git a/board/toradex/colibri_vf/colibri_vf.c b/board/toradex/colibri_vf/colibri_vf.c index 39bf0ac7d6..a6d1c5bcd1 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,