From 42835d91b889c3f98d2c49cfaf8ce5b9b42381a5 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Wed, 18 Sep 2013 00:28:48 +0200 Subject: [PATCH] remove __RESERVED_MEMORY__: not supported on atarixl --- cfg/atarixl-overlay.cfg | 1 - cfg/atarixl.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/cfg/atarixl-overlay.cfg b/cfg/atarixl-overlay.cfg index cfa786bf1..74a4a8c2f 100644 --- a/cfg/atarixl-overlay.cfg +++ b/cfg/atarixl-overlay.cfg @@ -5,7 +5,6 @@ FEATURES { SYMBOLS { __STACKSIZE__: type = weak, value = $0800; # 2k stack __OVERLAYSIZE__: type = weak, value = $1000; # 4k overlay - __RESERVED_MEMORY__: type = weak, value = $0000; __STARTADDRESS__: type = export, value = %S; syschk: type = import; # force inclusion of SYSCHK sramprep: type = import; # force inclusion of SRPREP diff --git a/cfg/atarixl.cfg b/cfg/atarixl.cfg index d5bee6575..94aff46a5 100644 --- a/cfg/atarixl.cfg +++ b/cfg/atarixl.cfg @@ -4,7 +4,6 @@ FEATURES { SYMBOLS { __STACKSIZE__: type = weak, value = $0800; # 2k stack - __RESERVED_MEMORY__: type = weak, value = $0000; __STARTADDRESS__: type = export, value = %S; syschk: type = import; # force inclusion of SYSCHK sramprep: type = import; # force inclusion of SRPREP -- 2.39.5