2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/linkcmds: It appears 16 MB is the configuration.
This commit is contained in:
Joel Sherrill
2009-02-11 19:49:34 +00:00
parent c63fde5c77
commit 938c666e87
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: It appears 16 MB is the configuration.
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_specs: Move -e start from *link to *startfile to avoid warning * bsp_specs: Move -e start from *link to *startfile to avoid warning

View File

@@ -22,7 +22,7 @@ _StackSize = DEFINED(_StackSize) ? _StackSize : 0x4000;
MEMORY MEMORY
{ {
ram : ORIGIN = 0x80400000, LENGTH = 4M ram : ORIGIN = 0x80400000, LENGTH = 12M
} }
SECTIONS SECTIONS