Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com>master
parent
12eaf31c07
commit
b991b981e0
@ -0,0 +1,14 @@ |
||||
/*
|
||||
* 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 */ |
||||
} |
@ -0,0 +1,8 @@ |
||||
/*
|
||||
* Copyright 2015 Freescale Semiconductor |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
void fsl_lsch3_early_init_f(void); |
||||
|
Loading…
Reference in new issue