summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/ccxmx51/lowlevel.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/ccxmx51/lowlevel.c')
-rw-r--r--arch/arm/boards/ccxmx51/lowlevel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boards/ccxmx51/lowlevel.c b/arch/arm/boards/ccxmx51/lowlevel.c
index 3e6a0ee328..9519b77335 100644
--- a/arch/arm/boards/ccxmx51/lowlevel.c
+++ b/arch/arm/boards/ccxmx51/lowlevel.c
@@ -1,9 +1,11 @@
#include <common.h>
#include <mach/esdctl.h>
+#include <asm/barebox-arm.h>
#include <asm/barebox-arm-head.h>
+#include <mach/imx51-regs.h>
void __naked barebox_arm_reset_vector(void)
{
arm_cpu_lowlevel_init();
- imx51_barebox_entry(0);
+ barebox_arm_entry(MX51_CSD0_BASE_ADDR, SZ_128M, 0);
}