diff --git a/ion/src/device/shared/usb/dfu.ld b/ion/src/device/shared/usb/dfu.ld index 66a250f74..a9f935286 100644 --- a/ion/src/device/shared/usb/dfu.ld +++ b/ion/src/device/shared/usb/dfu.ld @@ -42,6 +42,11 @@ SECTIONS { *(.rodata.*) } >RAM_BUFFER + .data : { + /* We need to keep this symbol. */ + *(.data._ZN3Ion6Device5BoardL18sStandardFrequencyE) + } >RAM_BUFFER + /DISCARD/ : { /* For now, we do not need .bss and .data sections. This allows us to simply * skip any rt0-style initialization and jump straight into the PollAndReset