diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-11-19 12:21:44 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-11-20 09:54:09 +0100 |
commit | 401cabc287a26f71900153049ce54987bb184a4a (patch) | |
tree | e3ff3c90372942c804c7c021dbe97575b6f0e96b /board | |
parent | 2566c4f698dffea6ea8e55dbb767cf6c0cd53fa2 (diff) |
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 <vazso@vazso.hu>
Tested-by: Varga Zsolt <vazso@vazso.hu>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/wandboard/spl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/wandboard/spl.c b/board/wandboard/spl.c index d6f568bb926..5b9622e75ec 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) |