From e0e3d3515c2315e12b7c0f1100bdcc7f162f9f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 5 Aug 2013 19:37:20 +0000 Subject: [PATCH] changed target address to make (temporarily) more room for BaS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 793e3d4..1c119c7 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ $(FLASH_EXEC): TARGET_ADDRESS=0xe0000000 $(FLASH_EXEC): LDCFILE=bas.lk $(FLASH_EXEC): MAPFILE=bas.map -$(RAM_EXEC): TARGET_ADDRESS=0x1d000000 +$(RAM_EXEC): TARGET_ADDRESS=0x1e000000 $(RAM_EXEC): LDCFILE=ram.lk $(RAM_EXEC): MAPFILE=ram.map