summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/efika-mx-smartbook/lowlevel.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/efika-mx-smartbook/lowlevel.c')
-rw-r--r--arch/arm/boards/efika-mx-smartbook/lowlevel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boards/efika-mx-smartbook/lowlevel.c b/arch/arm/boards/efika-mx-smartbook/lowlevel.c
index 282024ead9..3e6a0ee328 100644
--- a/arch/arm/boards/efika-mx-smartbook/lowlevel.c
+++ b/arch/arm/boards/efika-mx-smartbook/lowlevel.c
@@ -2,8 +2,8 @@
#include <mach/esdctl.h>
#include <asm/barebox-arm-head.h>
-void __naked reset(void)
+void __naked barebox_arm_reset_vector(void)
{
- common_reset();
+ arm_cpu_lowlevel_init();
imx51_barebox_entry(0);
}