summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/panda/lowlevel.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/panda/lowlevel.c')
-rw-r--r--arch/arm/boards/panda/lowlevel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boards/panda/lowlevel.c b/arch/arm/boards/panda/lowlevel.c
index df0f9c15d9..ed1dc6f5f1 100644
--- a/arch/arm/boards/panda/lowlevel.c
+++ b/arch/arm/boards/panda/lowlevel.c
@@ -73,9 +73,9 @@ static void noinline panda_init_lowlevel(void)
omap4_scale_vcores(TPS62361_VSEL0_GPIO);
}
-void reset(void)
+void barebox_arm_reset_vector(void)
{
- common_reset();
+ arm_cpu_lowlevel_init();
if (get_pc() > 0x80000000)
goto out;