[PATCH 2/3] mvebu: remove unused function barebox_arm_reset_vector
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Tue Feb 14 02:53:57 PST 2017
This isn't needed since mvebu was converted to multi-pbl
Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
---
arch/arm/mach-mvebu/lowlevel.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arch/arm/mach-mvebu/lowlevel.c b/arch/arm/mach-mvebu/lowlevel.c
index 8d0ac8453ea3..cf8f48e67b8a 100644
--- a/arch/arm/mach-mvebu/lowlevel.c
+++ b/arch/arm/mach-mvebu/lowlevel.c
@@ -23,12 +23,6 @@
#include <mach/common.h>
#include <mach/lowlevel.h>
-void __naked barebox_arm_reset_vector(void)
-{
- arm_cpu_lowlevel_init();
- mvebu_barebox_entry(NULL);
-}
-
/*
* All MVEBU SoCs start with internal registers at 0xd0000000.
* To get more contiguous address space and as Linux expects them
--
2.11.0
More information about the barebox
mailing list