aboutsummaryrefslogtreecommitdiff
path: root/tip22
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-06-16 22:11:27 +0200
committerGuido Günther <agx@sigxcpu.org>2011-06-16 23:37:56 +0200
commit01c99b53048b4d436eb55e9bf22414610f17d057 (patch)
tree9a3b20954f6b1179662154f749bfe5d4bc7083a5 /tip22
parent0e3903606f23b170549805372bec9cb6a6a2b674 (diff)
Move the tip22 image to 0x89702000 on IP22
as described in #452798. Thanks to Edwin Kwan for analyzing this.
Diffstat (limited to 'tip22')
-rw-r--r--tip22/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tip22/Makefile b/tip22/Makefile
index 548371b..1df2fb2 100644
--- a/tip22/Makefile
+++ b/tip22/Makefile
@@ -43,7 +43,7 @@ $(PRINT_LOADADDR):
$(CC) $(CFLAGS) -c -o $@ $<
%.script.$(SUBARCH): %.script.in
- LOADADDR=$(LOADADDR); \
+ LOADADDR=$(TIP_LOADADDR); \
OUTPUTFORMAT=$(OUTPUTFORMAT); \
sed -e "s/@@LOADADDR@@/$$LOADADDR/" \
-e "s/@@OUTPUTFORMAT@@/$$OUTPUTFORMAT/" <$< >$@