summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-08-08 02:40:22 +0000
committerChris Johns <chrisj@rtems.org>2009-08-08 02:40:22 +0000
commitbdceecd26254285f18fe9580ef391fff2b50aaaa (patch)
treed1ffc83f3c93e599c1aa6117c75b9f51ddae1f77 /c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds
parent2009-08-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-bdceecd26254285f18fe9580ef391fff2b50aaaa.tar.bz2
2009-08-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/linkcmds, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: Fixed dummy entries.
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds26
1 files changed, 13 insertions, 13 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds b/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds
index 90f96434d0..165c9bca22 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds
+++ b/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds
@@ -11,19 +11,19 @@
*/
MEMORY {
- REGION_START (AIW) : ORIGIN = 0x10000000, LENGTH = 0x10000000
- REGION_VECTOR (AIW) : ORIGIN = 0x20000000, LENGTH = 0x10000000
- REGION_TEXT (AIW) : ORIGIN = 0x30000000, LENGTH = 0x10000000
- REGION_TEXT_LOAD (AIW) : ORIGIN = 0x40000000, LENGTH = 0x10000000
- REGION_RODATA (AIW) : ORIGIN = 0x50000000, LENGTH = 0x10000000
- REGION_RODATA_LOAD (AIW) : ORIGIN = 0x60000000, LENGTH = 0x10000000
- REGION_DATA (AIW) : ORIGIN = 0x70000000, LENGTH = 0x10000000
- REGION_DATA_LOAD (AIW) : ORIGIN = 0x80000000, LENGTH = 0x10000000
- REGION_FAST (AIW) : ORIGIN = 0x90000000, LENGTH = 0x10000000
- REGION_FAST_LOAD (AIW) : ORIGIN = 0xa0000000, LENGTH = 0x10000000
- REGION_BSS (AIW) : ORIGIN = 0xb0000000, LENGTH = 0x10000000
- REGION_WORK (AIW) : ORIGIN = 0xc0000000, LENGTH = 0x10000000
- REGION_STACK (AIW) : ORIGIN = 0xd0000000, LENGTH = 0x10000000
+ REGION_START (AIW) : ORIGIN = 0x100000, LENGTH = 0x100000
+ REGION_VECTOR (AIW) : ORIGIN = 0x200000, LENGTH = 0x100000
+ REGION_TEXT (AIW) : ORIGIN = 0x300000, LENGTH = 0x100000
+ REGION_TEXT_LOAD (AIW) : ORIGIN = 0x400000, LENGTH = 0x100000
+ REGION_RODATA (AIW) : ORIGIN = 0x500000, LENGTH = 0x100000
+ REGION_RODATA_LOAD (AIW) : ORIGIN = 0x600000, LENGTH = 0x100000
+ REGION_DATA (AIW) : ORIGIN = 0x700000, LENGTH = 0x100000
+ REGION_DATA_LOAD (AIW) : ORIGIN = 0x800000, LENGTH = 0x100000
+ REGION_FAST (AIW) : ORIGIN = 0x900000, LENGTH = 0x100000
+ REGION_FAST_LOAD (AIW) : ORIGIN = 0xa00000, LENGTH = 0x100000
+ REGION_BSS (AIW) : ORIGIN = 0xb00000, LENGTH = 0x100000
+ REGION_WORK (AIW) : ORIGIN = 0xc00000, LENGTH = 0x100000
+ REGION_STACK (AIW) : ORIGIN = 0xd00000, LENGTH = 0x100000
NIRVANA : ORIGIN = 0, LENGTH = 0
}