summaryrefslogtreecommitdiffstats
path: root/board/integratorap/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-25 01:48:28 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-25 01:48:28 +0200
commit74f4304ee717d0f4b3a27e7fd4a64944749b8783 (patch)
tree806aadd6a2be863b9a0e4e9649858468b4641c96 /board/integratorap/Makefile
parente2146b6aea0de16e55530cc5ff58fb626d9870cd (diff)
downloadtalos-obmc-uboot-74f4304ee717d0f4b3a27e7fd4a64944749b8783.tar.gz
talos-obmc-uboot-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/Makefile3
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
#########################################################################
+
OpenPOWER on IntegriCloud