summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/start-pbl.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-01-25 10:21:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-04 15:52:40 +0100
commit91493b1b5d5fcdb95f833ebf249c892591a233df (patch)
treefcf3471614933123c0070d14c4fd92f5d78ff314 /arch/arm/cpu/start-pbl.c
parentdf9d6ebd0d9e1d7d502fbeee6f3b190b22dacfb1 (diff)
downloadbarebox-91493b1b5d5fcdb95f833ebf249c892591a233df.tar.gz
barebox-91493b1b5d5fcdb95f833ebf249c892591a233df.tar.xz
ARM: remove now unused MACH_[HAS|DO]_LOWLEVEL_INIT
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/cpu/start-pbl.c')
-rw-r--r--arch/arm/cpu/start-pbl.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/cpu/start-pbl.c b/arch/arm/cpu/start-pbl.c
index 11ab02523e..06c0a1743f 100644
--- a/arch/arm/cpu/start-pbl.c
+++ b/arch/arm/cpu/start-pbl.c
@@ -45,18 +45,6 @@ void __naked __section(.text_head_entry) pbl_start(void)
barebox_arm_head();
}
-/*
- * The actual reset vector. This code is position independent and usually
- * does not run at the address it's linked at.
- */
-#ifndef CONFIG_MACH_DO_LOWLEVEL_INIT
-void __naked __bare_init reset(void)
-{
- common_reset();
- board_init_lowlevel_return();
-}
-#endif
-
extern void *input_data;
extern void *input_data_end;