mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 09:40:07 +01:00
[ion] In dfu.ld, keep sStandardFrequency symbol
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user