summaryrefslogtreecommitdiff
path: root/pm/link.ld
diff options
context:
space:
mode:
Diffstat (limited to 'pm/link.ld')
-rw-r--r--pm/link.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/link.ld b/pm/link.ld
index 6b19389..694e906 100644
--- a/pm/link.ld
+++ b/pm/link.ld
@@ -26,7 +26,7 @@ SECTIONS
{
/* text: test code section */
- . = 0x00002000;
+ . = 0;
.text :
{
*(.text)