summaryrefslogtreecommitdiff
path: root/nuttx/configs/compal_e99/nsh_highram/ld.script
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-26 23:04:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-26 23:04:36 +0000
commit14cfaf0623701b5b34b0da62bf7b55fd8cfaa7d2 (patch)
tree80f4cfddbe5f204a7c62fe5eb0adcb49484f061f /nuttx/configs/compal_e99/nsh_highram/ld.script
parent29323cbf2b66769395ea9f5eb6413cf8dfb490b2 (diff)
downloadpx4-nuttx-14cfaf0623701b5b34b0da62bf7b55fd8cfaa7d2.tar.gz
px4-nuttx-14cfaf0623701b5b34b0da62bf7b55fd8cfaa7d2.tar.bz2
px4-nuttx-14cfaf0623701b5b34b0da62bf7b55fd8cfaa7d2.zip
Add SSD1783 LCD driver for C155 phone
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4981 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 8295e052c..db72f251a 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 = 0x00019000
+ TRAM (rw) : ORIGIN = 0x00820000, LENGTH = 0x0001d000
/* compal-loaded binary: our unitialized data, stacks, heap */
- IRAM (rw) : ORIGIN = 0x00839000, LENGTH = 0x00006000
+ IRAM (rw) : ORIGIN = 0x0083d000, LENGTH = 0x00002000
}
SECTIONS
{