Skip to content
Snippets Groups Projects
Commit 1f49dc3e authored by Qianyu Gong's avatar Qianyu Gong Committed by York Sun
Browse files

armv8: fsl-layerscape: spl: remove duplicate init_early_memctl_regs()


init_early_memctl_regs() is also be called in board_early_init_f().
So remove the duplicated call in spl code.

Signed-off-by: default avatarGong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent 9718650f
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,6 @@ void board_init_f(ulong dummy)
memset((void *)gd, 0, sizeof(gd_t));
#ifdef CONFIG_LS2080A
arch_cpu_init();
#endif
#ifdef CONFIG_FSL_IFC
init_early_memctl_regs();
#endif
board_early_init_f();
timer_init();
......
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