From: Fabio Estevam Date: Sun, 19 Nov 2017 14:21:44 +0000 (-0200) Subject: Revert "wandboard: Remove unnecessary delay" X-Git-Tag: v2018.01-rc1~66^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=401cabc287a26f71900153049ce54987bb184a4a;p=platform%2Fkernel%2Fu-boot.git Revert "wandboard: Remove unnecessary delay" This reverts commit b8b9790e23a7d6eec08d66192853ecb61bcae095. Some wandboard variants no longer boot after this commit, so keep the original delay to avoid the boot regression. Reported-by: Varga Zsolt Tested-by: Varga Zsolt Signed-off-by: Fabio Estevam --- diff --git a/board/wandboard/spl.c b/board/wandboard/spl.c index d6f568b..5b9622e 100644 --- a/board/wandboard/spl.c +++ b/board/wandboard/spl.c @@ -399,6 +399,8 @@ static void spl_dram_init(void) mx6dq_dram_iocfg(64, &mx6dq_ddr_ioregs, &mx6dq_grp_ioregs); mx6_dram_cfg(&mem_q, &mx6q_2g_mmdc_calib, &h5t04g63afr); } + + udelay(100); } void board_init_f(ulong dummy)