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:
@@ -1,3 +1,8 @@
|
||||
2008-11-03 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/startup/linkcmds: increased size of CODE memory
|
||||
area.
|
||||
|
||||
2008-11-03 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/startup/pretaskinghook.c, shared/startup/sbrk.c:
|
||||
|
||||
@@ -7,7 +7,7 @@ ENTRY(_start)
|
||||
PROVIDE (__stack = 0);
|
||||
MEMORY {
|
||||
VECTORS : ORIGIN = 0x0 , LENGTH = 0x3000
|
||||
CODE : ORIGIN = 0x3000 , LENGTH = 0x400000
|
||||
CODE : ORIGIN = 0x3000 , LENGTH = 32M - 0x3000
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user