mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 23:24:01 -06:00
lib: Remove samd21/samd51 customizations that are no longer necessary
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
fbef144e7b
commit
a1d74a08e4
8 changed files with 9 additions and 77 deletions
|
@ -1,16 +1,3 @@
|
|||
diff --git a/lib/samd21/samd21a/gcc/gcc/samd21g18a_flash.ld b/lib/samd21/samd21a/gcc/gcc/samd21g18a_flash.ld
|
||||
index c6f289e7..34dfb6ba 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, LENGTH = 0x00040000
|
||||
+ rom (rx) : ORIGIN = 0x00000000 + FLASH_START , LENGTH = 0x00040000 - FLASH_START
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00008000
|
||||
}
|
||||
|
||||
diff --git a/lib/samd21/samd21a/gcc/gcc/startup_samd21.c b/lib/samd21/samd21a/gcc/gcc/startup_samd21.c
|
||||
index 3dce0edd..a480077f 100644
|
||||
--- a/lib/samd21/samd21a/gcc/gcc/startup_samd21.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue