]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
wandboard: Remove unnecessary delay
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 1 Jun 2017 12:14:32 +0000 (09:14 -0300)
committerStefano Babic <sbabic@denx.de>
Wed, 12 Jul 2017 07:42:33 +0000 (09:42 +0200)
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: Fabio Estevam <fabio.estevam@nxp.com>
board/wandboard/spl.c

index a21a3d0f21a180b084dd60cb998a5ee732995403..24c1767901db5ac9f0c23215f28f9cc2d43fd060 100644 (file)
@@ -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)