summaryrefslogtreecommitdiffstats
path: root/board/freescale/ls2085a
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2015-03-20 19:28:12 -0700
committerYork Sun <yorksun@freescale.com>2015-04-23 08:55:56 -0700
commitb991b981e04eddb30c47fe97fbcfb05099b4fd88 (patch)
tree6996f71da439721a7ba123d91c2a7793193eab57 /board/freescale/ls2085a
parent12eaf31c0709840d6448d45ebfaecccadc34afa3 (diff)
downloadblackbird-obmc-uboot-b991b981e04eddb30c47fe97fbcfb05099b4fd88.tar.gz
blackbird-obmc-uboot-b991b981e04eddb30c47fe97fbcfb05099b4fd88.zip
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>
Diffstat (limited to 'board/freescale/ls2085a')
-rw-r--r--board/freescale/ls2085a/ls2085a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/ls2085a/ls2085a.c b/board/freescale/ls2085a/ls2085a.c
index 19f5a7b92e..dd0acf23b2 100644
--- a/board/freescale/ls2085a/ls2085a.c
+++ b/board/freescale/ls2085a/ls2085a.c
@@ -15,6 +15,7 @@
#include <fsl_debug_server.h>
#include <fsl-mc/fsl_mc.h>
#include <environment.h>
+#include <asm/arch-fsl-lsch3/soc.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -31,8 +32,7 @@ int board_init(void)
int board_early_init_f(void)
{
- init_early_memctl_regs(); /* tighten IFC timing */
-
+ fsl_lsch3_early_init_f();
return 0;
}
OpenPOWER on IntegriCloud