From dc904720553c6ddd80975cfc488a183d6d391dc5 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Tue, 14 Feb 2017 11:53:57 +0100 Subject: mvebu: remove unused function barebox_arm_reset_vector MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This isn't needed since mvebu was converted to multi-pbl Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- arch/arm/mach-mvebu/lowlevel.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'arch/arm/mach-mvebu') diff --git a/arch/arm/mach-mvebu/lowlevel.c b/arch/arm/mach-mvebu/lowlevel.c index 8d0ac8453e..cf8f48e67b 100644 --- a/arch/arm/mach-mvebu/lowlevel.c +++ b/arch/arm/mach-mvebu/lowlevel.c @@ -23,12 +23,6 @@ #include #include -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 -- cgit v1.2.3