aboutsummaryrefslogtreecommitdiffstats
path: root/lib/samd21/samd21a
diff options
context:
space:
mode:
Diffstat (limited to 'lib/samd21/samd21a')
-rw-r--r--lib/samd21/samd21a/gcc/gcc/samd21g18a_flash.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/samd21/samd21a/gcc/gcc/samd21g18a_flash.ld b/lib/samd21/samd21a/gcc/gcc/samd21g18a_flash.ld
index 34dfb6ba..c6f289e7 100644
--- a/lib/samd21/samd21a/gcc/gcc/samd21g18a_flash.ld
+++ b/lib/samd21/samd21a/gcc/gcc/samd21g18a_flash.ld
@@ -35,7 +35,7 @@ SEARCH_DIR(.)
/* Memory Spaces Definitions */
MEMORY
{
- rom (rx) : ORIGIN = 0x00000000 + FLASH_START , LENGTH = 0x00040000 - FLASH_START
+ rom (rx) : ORIGIN = 0x00000000, LENGTH = 0x00040000
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00008000
}