From: Alexander Shiyan Date: Sat, 17 Nov 2012 13:57:10 +0000 (+0400) Subject: ARM: clps711x: p720t: Unneeded inclusion of head-sa1100.S removed X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=49a88052b02df16266f1afc0d665abda5ae9d685;p=deliverable%2Flinux.git ARM: clps711x: p720t: Unneeded inclusion of head-sa1100.S removed Signed-off-by: Alexander Shiyan Signed-off-by: Olof Johansson --- diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile index a517153a13ea..3f9e9fe4d789 100644 --- a/arch/arm/boot/compressed/Makefile +++ b/arch/arm/boot/compressed/Makefile @@ -45,11 +45,6 @@ ifeq ($(CONFIG_ARCH_SHARK),y) OBJS += head-shark.o ofw-shark.o endif -ifeq ($(CONFIG_ARCH_P720T),y) -# Borrow this code from SA1100 -OBJS += head-sa1100.o -endif - ifeq ($(CONFIG_ARCH_SA1100),y) OBJS += head-sa1100.o endif