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: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
master
Qianyu Gong 9 years ago committed by York Sun
parent 9718650f8c
commit 1f49dc3e91
  1. 3
      arch/arm/cpu/armv8/fsl-layerscape/spl.c

@ -49,9 +49,6 @@ void board_init_f(ulong dummy)
#ifdef CONFIG_LS2080A
arch_cpu_init();
#endif
#ifdef CONFIG_FSL_IFC
init_early_memctl_regs();
#endif
board_early_init_f();
timer_init();
#ifdef CONFIG_LS2080A

Loading…
Cancel
Save