ARM: clps711x: p720t: Unneeded inclusion of head-sa1100.S removed
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 17 Nov 2012 13:57:10 +0000 (17:57 +0400)
committerOlof Johansson <olof@lixom.net>
Wed, 21 Nov 2012 06:21:52 +0000 (22:21 -0800)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/compressed/Makefile

index a517153a13eabdad582b6b6f75080cf93f699595..3f9e9fe4d7892b562422d90b171c31fb628bc842 100644 (file)
@@ -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