2008-11-03 Till Straumann <strauman@slac.stanford.edu>

* shared/startup/linkcmds: increased size of CODE memory
	area.
This commit is contained in:
Till Straumann
2008-11-03 20:35:51 +00:00
parent 3d15f1b209
commit 8667514854
2 changed files with 6 additions and 1 deletions

View File

@@ -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:

View File

@@ -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
{