diff --git a/env/ehrenberg/link.lds b/env/ehrenberg/link.lds index 797b5cb..2f70aeb 100644 --- a/env/ehrenberg/link.lds +++ b/env/ehrenberg/link.lds @@ -6,8 +6,8 @@ MEMORY { rom (rxai!w) : ORIGIN = 0xFFFFE000, LENGTH = 2k flash (rxai!w) : ORIGIN = 0xE0000000, LENGTH = 16M - ram (wxa!ri) : ORIGIN = 0xC0000000, LENGTH = 128K - dram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 2G + ram (wxa!ri) : ORIGIN = 0xC0000000, LENGTH = 128K + dram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 2048M } PHDRS @@ -107,6 +107,11 @@ SECTIONS KEEP (*(.dtors)) } >flash AT>flash :flash + .dummy : + { + *(.comment.*) + + } .lalign : { . = ALIGN(4);