summaryrefslogtreecommitdiff
path: root/nuttx/configs/compal_e99/nsh_highram/ld.script
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-14 00:22:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-14 00:22:31 +0000
commit3b8a6dddff146b60cd09d1f3dd3b95cd8042ccd5 (patch)
tree66a5ff991fbd784101e2e833d83981c50aca837a /nuttx/configs/compal_e99/nsh_highram/ld.script
parentc39c92fb6b3803270215d5552acf6ac6d23a31f8 (diff)
downloadpx4-nuttx-3b8a6dddff146b60cd09d1f3dd3b95cd8042ccd5.tar.gz
px4-nuttx-3b8a6dddff146b60cd09d1f3dd3b95cd8042ccd5.tar.bz2
px4-nuttx-3b8a6dddff146b60cd09d1f3dd3b95cd8042ccd5.zip
Calypso update from Denis Carkiki. Adds UWire driver and support for external memory in NuttX heap
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4733 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/compal_e99/nsh_highram/ld.script')
-rw-r--r--nuttx/configs/compal_e99/nsh_highram/ld.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/compal_e99/nsh_highram/ld.script b/nuttx/configs/compal_e99/nsh_highram/ld.script
index 7096a61bb..8295e052c 100644
--- a/nuttx/configs/compal_e99/nsh_highram/ld.script
+++ b/nuttx/configs/compal_e99/nsh_highram/ld.script
@@ -14,9 +14,9 @@ MEMORY
/* 0x800000-0xa00000 */
/* compal-loaded binary: our text, initialized data */
LRAM (rw) : ORIGIN = 0x00800000, LENGTH = 0x00020000
- TRAM (rw) : ORIGIN = 0x00820000, LENGTH = 0x00020000
+ TRAM (rw) : ORIGIN = 0x00820000, LENGTH = 0x00019000
/* compal-loaded binary: our unitialized data, stacks, heap */
- IRAM (rw) : ORIGIN = 0x00840000, LENGTH = 0x00010000
+ IRAM (rw) : ORIGIN = 0x00839000, LENGTH = 0x00006000
}
SECTIONS
{