Put the normal addresses back

This commit is contained in:
Baptiste Wicht 2014-01-27 08:16:56 +01:00
parent 79d483fa60
commit 0a45d44291

View File

@ -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)
{