diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-11-17 17:57:10 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-20 22:21:52 -0800 |
commit | 49a88052b02df16266f1afc0d665abda5ae9d685 (patch) | |
tree | dfa122f05aed1d870ef778c92bfb581928d93d24 /arch/arm/boot | |
parent | dd850f1223fe039ed649b34b1d2872b1f4221de9 (diff) |
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')
-rw-r--r-- | arch/arm/boot/compressed/Makefile | 5 |
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 |