summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/ld.script
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/c5471/ld.script')
-rw-r--r--nuttx/arch/c5471/ld.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/c5471/ld.script b/nuttx/arch/c5471/ld.script
index f8bdf630e..ed083cb70 100644
--- a/nuttx/arch/c5471/ld.script
+++ b/nuttx/arch/c5471/ld.script
@@ -62,7 +62,7 @@ SECTIONS
/* The OS entry point is here */
- . = 0x01030000;
+ . = 0x10300000;
.text : {
_stext = ABSOLUTE(.);
*(.text)