diff options
Diffstat (limited to 'octedit/pico_persist.ld')
-rw-r--r-- | octedit/pico_persist.ld | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/octedit/pico_persist.ld b/octedit/pico_persist.ld index 9c37aba..fd9cf67 100644 --- a/octedit/pico_persist.ld +++ b/octedit/pico_persist.ld @@ -5,8 +5,9 @@ MEMORY { SECTIONS { .text : { - *(.entry); - *(.text); + setup.o(.text); + octedit.o(.text); + uart.o(.text); . = 252; *(.stage_2_crc); } >SRAM AT>FLASH |