forked from Imagelibrary/rtems
2008-04-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Increase heap to run ACATS.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-04-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Increase heap to run ACATS.
|
||||
|
||||
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Increase default C Program Heap size to be able to
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x0;
|
||||
_RamSize = DEFINED(_RamSize) ? _RamSize : 1M;
|
||||
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x40000;
|
||||
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x80000;
|
||||
_StackSize = DEFINED(_StackSize) ? _StackSize : 0x1000;
|
||||
|
||||
SECTIONS
|
||||
|
||||
Reference in New Issue
Block a user