summaryrefslogtreecommitdiffstats
path: root/board/integratorap/Makefile
diff options
context:
space:
mode:
authorGururaja Hebbar K R <gururajakr@sanyo.co.in>2008-08-30 23:21:30 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-30 23:21:30 +0200
commitfbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b (patch)
treeb8ff959fb1214f35e45ec45ca45afe3d766e6786 /board/integratorap/Makefile
parent89d51d022a63be1a851eda983c8cbce1a044f65f (diff)
downloadblackbird-obmc-uboot-fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b.tar.gz
blackbird-obmc-uboot-fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b.zip
Integrator[AP/CP] - Remove unused file memsetup.S
- memsetup.s is changed/merged to lowlevel_init.S memsetup.S has a global label memsetup that just returns back to caller - memsetup global label is changed/merged to lowlevel_init This label is not called from anywhere. Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
Diffstat (limited to 'board/integratorap/Makefile')
-rw-r--r--board/integratorap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/integratorap/Makefile b/board/integratorap/Makefile
index f78de3a100..79f501a3ec 100644
--- a/board/integratorap/Makefile
+++ b/board/integratorap/Makefile
@@ -30,7 +30,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
COBJS := integratorap.o flash.o
-SOBJS := lowlevel_init.o memsetup.o
+SOBJS := lowlevel_init.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud