forked from Imagelibrary/rtems
sparc64: revert linkcmds to 4 MB ram size
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
* Declare some sizes.
|
||||
*/
|
||||
RamBase = DEFINED(RamBase) ? RamBase : 0x0;
|
||||
RamSize = DEFINED(RamSize) ? RamSize : 12M;
|
||||
HeapSize = DEFINED(HeapSize) ? HeapSize : 2M;
|
||||
RamSize = DEFINED(RamSize) ? RamSize : 4M;
|
||||
HeapSize = DEFINED(HeapSize) ? HeapSize : 1M;
|
||||
|
||||
RAM_END = RamBase + RamSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user