summaryrefslogtreecommitdiff
path: root/arch/arm/mach-layerscape/lowlevel-ls102xa.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-layerscape/lowlevel-ls102xa.c')
-rw-r--r--arch/arm/mach-layerscape/lowlevel-ls102xa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-layerscape/lowlevel-ls102xa.c b/arch/arm/mach-layerscape/lowlevel-ls102xa.c
index 7f4fcdf55c..259d8866d5 100644
--- a/arch/arm/mach-layerscape/lowlevel-ls102xa.c
+++ b/arch/arm/mach-layerscape/lowlevel-ls102xa.c
@@ -6,6 +6,7 @@
#include <common.h>
#include <io.h>
#include <clock.h>
+#include <asm/barebox-arm-head.h>
#include <asm/syscounter.h>
#include <asm/system.h>
#include <mach/layerscape/errata.h>
@@ -311,6 +312,9 @@ void ls102xa_init_lowlevel(void)
uint32_t state, major, ctrl, freq;
uint64_t val;
+ cortex_a7_lowlevel_init();
+ arm_cpu_lowlevel_init();
+
init_csu();
writel(SYS_COUNTER_CTRL_ENABLE, LSCH2_SYS_COUNTER_ADDR);