summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-06-01 12:14:32 (GMT)
committerStefano Babic <sbabic@denx.de>2017-07-12 07:42:33 (GMT)
commitb8b9790e23a7d6eec08d66192853ecb61bcae095 (patch)
tree2ac8d8964e7f248105af485bb6b32d376507e9f2 /board
parentdfa33fbe48fa6cd82017a090b1fbe63fb9174889 (diff)
downloadu-boot-fsl-qoriq-b8b9790e23a7d6eec08d66192853ecb61bcae095.tar.xz
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: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'board')
-rw-r--r--board/wandboard/spl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/wandboard/spl.c b/board/wandboard/spl.c
index a21a3d0..24c1767 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)