diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 01:48:28 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 01:48:28 +0200 |
commit | 74f4304ee717d0f4b3a27e7fd4a64944749b8783 (patch) | |
tree | 806aadd6a2be863b9a0e4e9649858468b4641c96 /board/integratorap/Makefile | |
parent | e2146b6aea0de16e55530cc5ff58fb626d9870cd (diff) | |
download | u-boot-midas-74f4304ee717d0f4b3a27e7fd4a64944749b8783.tar.gz u-boot-midas-74f4304ee717d0f4b3a27e7fd4a64944749b8783.tar.bz2 u-boot-midas-74f4304ee717d0f4b3a27e7fd4a64944749b8783.zip |
Add ARM946E cpu and core module targets; remap memory to 0x00000000
Patch by Peter Pearse, 2 Feb 2005
Diffstat (limited to 'board/integratorap/Makefile')
-rw-r--r-- | board/integratorap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/integratorap/Makefile b/board/integratorap/Makefile index 00336aa779..154d1afedf 100644 --- a/board/integratorap/Makefile +++ b/board/integratorap/Makefile @@ -30,7 +30,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS := integratorap.o flash.o -SOBJS := platform.o +SOBJS := platform.o memsetup.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $^ @@ -49,3 +49,4 @@ distclean: clean -include .depend ######################################################################### + |