summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/Makefile
diff options
context:
space:
mode:
authorAlexander Shiyan2012-11-17 14:57:10 +0100
committerOlof Johansson2012-11-21 07:21:52 +0100
commit49a88052b02df16266f1afc0d665abda5ae9d685 (patch)
treedfa122f05aed1d870ef778c92bfb581928d93d24 /arch/arm/boot/compressed/Makefile
parentARM: clps711x: Transform clps711x-framebuffer to platform driver and use it (diff)
downloadkernel-qcow2-linux-49a88052b02df16266f1afc0d665abda5ae9d685.tar.gz
kernel-qcow2-linux-49a88052b02df16266f1afc0d665abda5ae9d685.tar.xz
kernel-qcow2-linux-49a88052b02df16266f1afc0d665abda5ae9d685.zip
ARM: clps711x: p720t: Unneeded inclusion of head-sa1100.S removed
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/compressed/Makefile')
-rw-r--r--arch/arm/boot/compressed/Makefile5
1 files changed, 0 insertions, 5 deletions
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