u-boot-brain/arch/arm/cpu/armv8/fsl-lsch3/soc.c
Scott Wood b991b981e0 fsl-lsch3: Introduce place for common early SoC init
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
2015-04-23 08:55:56 -07:00

15 lines
258 B
C

/*
* Copyright 2015 Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <fsl_ifc.h>
#include <asm/arch-fsl-lsch3/soc.h>
void fsl_lsch3_early_init_f(void)
{
init_early_memctl_regs(); /* tighten IFC timing */
}