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