aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-11-08 14:01:58 +0100
committerMitch Bradley <wmb@firmworks.com>2019-11-08 07:30:53 -1000
commit1c595f24cddc918fab0216a123a87510c1665862 (patch)
tree6bbb7c5191db56c15f1cb2703809227e694a4338
parentd4aca313b1637066ad070d6ed4728444b712ff04 (diff)
downloadcforth-1c595f24cddc918fab0216a123a87510c1665862.tar.gz
arm-xo-1.75: relocate shim 4K further
CForth image has grown and needs more space. Hopefully we still have enough stack space.
-rwxr-xr-xsrc/platform/arm-xo-1.75/targets.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/arm-xo-1.75/targets.mk b/src/platform/arm-xo-1.75/targets.mk
index 75ac7b9..6eab2cb 100755
--- a/src/platform/arm-xo-1.75/targets.mk
+++ b/src/platform/arm-xo-1.75/targets.mk
@@ -45,7 +45,7 @@ DICTSIZE=0xf000
RAMBASE = 0xd1000000
IRQSTACKSIZE = 0x100
RAMTOP = 0xd101f000
-SHIMBASE = 0xd1018000
+SHIMBASE = 0xd1019000
TSFLAGS += -DRAMTOP=${RAMTOP}
TSFLAGS += -DIRQSTACKSIZE=${IRQSTACKSIZE}