summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-strp711/ostest/ld.script
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-strp711/ostest/ld.script')
-rw-r--r--nuttx/configs/olimex-strp711/ostest/ld.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/olimex-strp711/ostest/ld.script b/nuttx/configs/olimex-strp711/ostest/ld.script
index 1d8211ad0..c2a198791 100644
--- a/nuttx/configs/olimex-strp711/ostest/ld.script
+++ b/nuttx/configs/olimex-strp711/ostest/ld.script
@@ -38,12 +38,12 @@ ENTRY(_stext)
SECTIONS
{
/* The str71x has 256Kb of non-volatile memory beginning at address
- * 0x00000000 for program storage (Bank0, an addition 16Kb is avalable
+ * 0x40000000 for program storage (Bank0, an addition 16Kb is avalable
* for data storage in Bank1). The OS entry point is via the reset vector
* at address 0x00000000 where the FLASH is remapped at reset.
*/
- . = 0x00000000;
+ . = 0x40000000;
.text : {
_stext = ABSOLUTE(.);
*(.text)