From 0a45d4429139a3eb8e08b5a563ae1398bb0dc1c2 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Mon, 27 Jan 2014 08:16:56 +0100 Subject: [PATCH] Put the normal addresses back --- programs/linker.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/linker.ld b/programs/linker.ld index 07e165d1..dea7a666 100644 --- a/programs/linker.ld +++ b/programs/linker.ld @@ -1,7 +1,7 @@ ENTRY(main) SECTIONS { - . = 0x8000401000; + . = 0x8000400000; .text BLOCK(4096) : ALIGN(4096) { @@ -9,7 +9,7 @@ SECTIONS { *(.text*) } - . = 0x8000602000; + . = 0x8000600000; .data BLOCK(4096) : ALIGN(4096) {