diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/wandboard/spl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/wandboard/spl.c b/board/wandboard/spl.c index a21a3d0f21a..24c1767901d 100644 --- a/board/wandboard/spl.c +++ b/board/wandboard/spl.c @@ -289,8 +289,6 @@ 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) |