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:36:46 +00:00
parent 0612ad2650
commit 4df8765484

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
{