forked from Imagelibrary/rtems
2008-11-03 Till Straumann <strauman@slac.stanford.edu>
* shared/startup/linkcmds: increased size of CODE memory area.
This commit is contained in:
@@ -7,7 +7,7 @@ ENTRY(_start)
|
|||||||
PROVIDE (__stack = 0);
|
PROVIDE (__stack = 0);
|
||||||
MEMORY {
|
MEMORY {
|
||||||
VECTORS : ORIGIN = 0x0 , LENGTH = 0x3000
|
VECTORS : ORIGIN = 0x0 , LENGTH = 0x3000
|
||||||
CODE : ORIGIN = 0x3000 , LENGTH = 0x400000
|
CODE : ORIGIN = 0x3000 , LENGTH = 32M - 0x3000
|
||||||
}
|
}
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user