commit | adf20a1b153faac072d2389a8258c4378f5ecec9 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Sun Sep 25 01:48:28 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.(none)> | Sun Sep 25 01:48:28 2005 +0200 |
tree | 806aadd6a2be863b9a0e4e9649858468b4641c96 | |
parent | 8e6213c9eb3868387814a3c065082a93985f0ef3 [diff] [blame] |
Add ARM946E cpu and core module targets; remap memory to 0x00000000 Patch by Peter Pearse, 2 Feb 2005
diff --git a/board/integratorcp/Makefile b/board/integratorcp/Makefile index 9c97237..71532d1 100644 --- a/board/integratorcp/Makefile +++ b/board/integratorcp/Makefile
@@ -26,7 +26,7 @@ LIB = lib$(BOARD).a OBJS := integratorcp.o flash.o -SOBJS := platform.o +SOBJS := platform.o memsetup.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $^