Skip to content

Commit cc7e1c9

Browse files
committed
RP2040: add second_stage_ota section to linker script
- This was previously done inside mbed-os-to-arduino script
1 parent e0cad5c commit cc7e1c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

targets/TARGET_RASPBERRYPI/TARGET_RP2040/TOOLCHAIN_GCC_ARM/memmap_default.ld

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ SECTIONS
5454
__flash_binary_start = .;
5555
} > FLASH
5656

57+
.second_stage_ota : {
58+
KEEP (*(.second_stage_ota))
59+
} > FLASH
60+
5761
.boot2 : {
5862
__boot2_start__ = .;
5963
KEEP (*(.boot2))

0 commit comments

Comments
 (0)