fixed RAM and ROM size

This commit is contained in:
Antoine Drouin
2005-10-16 23:19:06 +00:00
parent d4dd36cd3d
commit c3aeca1b3e
+2 -2
View File
@@ -10,8 +10,8 @@ STACK_SIZE = 0x400;
/* lpc2129 mt */
MEMORY
{
ROM (rx) : ORIGIN = 0x00000000, LENGTH = 0x0003E000
RAM (rw) : ORIGIN = 0x40000000, LENGTH = 0x00004000
ROM (rx) : ORIGIN = 0x00000000, LENGTH = 512k
RAM (rw) : ORIGIN = 0x40000000, LENGTH = 32k
}
/* Section Definitions */