Rename 'syschk' symbol in the linker config file, which forces inclusion

of the 'system check' load chunki, to '__SYSTEM_CHECK__'.
This commit is contained in:
Christian Groessler
2013-10-18 01:36:44 +02:00
parent 648e6d79f1
commit bf3a23c34c
6 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ FEATURES {
SYMBOLS {
__STACKSIZE__: type = weak, value = $0800; # 2k stack
__STARTADDRESS__: type = export, value = %S;
syschk: type = import; # force inclusion of SYSCHK
__SYSTEM_CHECK__: type = import; # force inclusion of "system check" load chunk
sramprep: type = import; # force inclusion of SRPREP
}