Skip to content
Snippets Groups Projects
Commit b8b9790e authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

wandboard: Remove unnecessary delay


There is no need to add a 100us delay after the DDR initialization.

Other imx6 boards do not have such delay either, so simply remove it.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent dfa33fbe
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment