diff options
author | Gururaja Hebbar K R | 2008-08-30 23:21:30 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-30 23:21:30 +0200 |
commit | fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b (patch) | |
tree | b8ff959fb1214f35e45ec45ca45afe3d766e6786 /board/integratorcp/Makefile | |
parent | 89d51d022a63be1a851eda983c8cbce1a044f65f (diff) |
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/integratorcp/Makefile')
-rw-r--r-- | board/integratorcp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/integratorcp/Makefile b/board/integratorcp/Makefile index 9201accb266..92a1a07b03b 100644 --- a/board/integratorcp/Makefile +++ b/board/integratorcp/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a COBJS := integratorcp.o flash.o -SOBJS := lowlevel_init.o memsetup.o +SOBJS := lowlevel_init.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |