diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-09-21 15:07:40 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-09-21 16:44:26 -0500 |
| commit | df379b84cb00a3ad694fb89877529c6862a455cb (patch) | |
| tree | 06337065739b24175559ecc2ed47c86cc24de1d7 | |
| parent | 7fd6cab2ac411b808858c0fac9049a856a592cb1 (diff) | |
remove unneeded symbols
| -rw-r--r-- | ports/atmel-samd/boards/common.template.ld | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/atmel-samd/boards/common.template.ld b/ports/atmel-samd/boards/common.template.ld index b30a7a1d9..8942450d2 100644 --- a/ports/atmel-samd/boards/common.template.ld +++ b/ports/atmel-samd/boards/common.template.ld @@ -49,9 +49,7 @@ SECTIONS .canram (NOLOAD) : { . = ALIGN(4); - _scanram = .; *(.canram) - _ecanram = .; } > RAM /* This is the initialized data section |
