From 01c99b53048b4d436eb55e9bf22414610f17d057 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 16 Jun 2011 22:11:27 +0200 Subject: Move the tip22 image to 0x89702000 on IP22 as described in #452798. Thanks to Edwin Kwan for analyzing this. --- tip22/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tip22/Makefile') 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/" <$< >$@ -- cgit v1.2.3