diff --git a/teensy4-rt/link.x b/teensy4-rt/link.x index 0249bf33..aeb07832 100644 --- a/teensy4-rt/link.x +++ b/teensy4-rt/link.x @@ -129,6 +129,12 @@ SECTIONS *(.ARM.extab.*); } + .uninit (NOLOAD) : + { + *(.uninit .uninit.*); + . = ALIGN(16); + } > DTCM + /* The length of flash is required for the boot data */ _lflash = SIZEOF(.boot) + SIZEOF(.text) + SIZEOF(.data);