From 29d3d373e2a780b6e818f296ece6cc29742bc11f Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 15 Jul 2013 18:01:49 +0200 Subject: [PATCH] ARM: sunxi: Remove Makefile.boot file Since we've been a multi-platform enabled kernel from the beginning, Makefile.boot has always been dead code. Remove it. Signed-off-by: Maxime Ripard --- arch/arm/mach-sunxi/Makefile.boot | 1 - 1 file changed, 1 deletion(-) delete mode 100644 arch/arm/mach-sunxi/Makefile.boot diff --git a/arch/arm/mach-sunxi/Makefile.boot b/arch/arm/mach-sunxi/Makefile.boot deleted file mode 100644 index 46d4cf0841c0..000000000000 --- a/arch/arm/mach-sunxi/Makefile.boot +++ /dev/null @@ -1 +0,0 @@ -zreladdr-$(CONFIG_ARCH_SUNXI) += 0x40008000 -- 2.20.1