summaryrefslogtreecommitdiff
path: root/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx')
-rw-r--r--bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx
index 3c7a0bce08..b0d2ecd8a6 100644
--- a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx
+++ b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx
@@ -18,7 +18,7 @@ MEMORY {
RAM_INT : ORIGIN = 0x08000000, LENGTH = 256k
RAM_MMU : ORIGIN = 0x80000000, LENGTH = 16k /* SDRAM on DYCS0 */
RAM_SCRATCH : ORIGIN = 0x80004000, LENGTH = 4k /* SDRAM on DYCS0 */
- RAM_EXT : ORIGIN = 0x80005000, LENGTH = 32M - 20k /* SDRAM on DYCS0 */
+ RAM_EXT : ORIGIN = 0x80005000, LENGTH = 64M - 20k /* SDRAM on DYCS0 */
}
REGION_ALIAS ("REGION_START", RAM_EXT);