summaryrefslogtreecommitdiff
path: root/board/wandboard
diff options
context:
space:
mode:
Diffstat (limited to 'board/wandboard')
-rw-r--r--board/wandboard/spl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/wandboard/spl.c b/board/wandboard/spl.c
index d6f568bb92..5b9622e75e 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)