summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788/scripts/user-space.ld
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/open1788/scripts/user-space.ld')
-rw-r--r--nuttx/configs/open1788/scripts/user-space.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/open1788/scripts/user-space.ld b/nuttx/configs/open1788/scripts/user-space.ld
index 49c0b8728..149be92f1 100644
--- a/nuttx/configs/open1788/scripts/user-space.ld
+++ b/nuttx/configs/open1788/scripts/user-space.ld
@@ -53,8 +53,8 @@ MEMORY
/* 64Kb of SRAM in the CPU block */
- ksram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
- usram (rwx) : ORIGIN = 0x20001000, LENGTH = 60K
+ ksram (rwx) : ORIGIN = 0x10000000, LENGTH = 4K
+ usram (rwx) : ORIGIN = 0x10001000, LENGTH = 60K
/* Other peripheral memory (free, nothing is linked here) */