diff options
Diffstat (limited to 'openpicc/config')
-rw-r--r-- | openpicc/config/atmel-rom.ld | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openpicc/config/atmel-rom.ld b/openpicc/config/atmel-rom.ld index 9781d0c..447bd07 100644 --- a/openpicc/config/atmel-rom.ld +++ b/openpicc/config/atmel-rom.ld @@ -1,9 +1,9 @@ MEMORY { - boot : ORIGIN = 0x00100000, LENGTH = 0x100 - flash : ORIGIN = 0x00100100, LENGTH = 256K - 0x100 - vectors : ORIGIN = 0x00200000, LENGTH = 0x100 - ram : ORIGIN = 0x00200100, LENGTH = 64K - 0x100 + boot : ORIGIN = 0x00100000, LENGTH = 0x200 + flash : ORIGIN = 0x00100200, LENGTH = 256K - 0x200 + vectors : ORIGIN = 0x00200000, LENGTH = 0x200 + ram : ORIGIN = 0x00200200, LENGTH = 64K - 0x200 } __stack_end__ = 0x00200000 + 64K - 4; |