aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-09-26 11:27:10 +0000
committerGitHub <[email protected]>2024-09-26 11:27:10 +0000
commit8a5d1454a40f8de7217d9bcbbe54ac9998340ab8 (patch)
treed61a88f94228c988b91df9ff93debf2f7c78c4e8
parentaf6fbb0ee19c5200bb4bafb9a10c7557fbcd460c (diff)
parent6e2c5d0b4500762b5a045a166c91f8b0e59db10e (diff)
Merge pull request #3374 from romainreignier/fix_rp23_binary_info
rp23: add missing binary info in linker script
-rw-r--r--examples/rp23/memory.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rp23/memory.x b/examples/rp23/memory.x
index 777492062..c803896f6 100644
--- a/examples/rp23/memory.x
+++ b/examples/rp23/memory.x
@@ -31,6 +31,7 @@ SECTIONS {
31 { 31 {
32 __start_block_addr = .; 32 __start_block_addr = .;
33 KEEP(*(.start_block)); 33 KEEP(*(.start_block));
34 KEEP(*(.boot_info));
34 } > FLASH 35 } > FLASH
35 36
36} INSERT AFTER .vector_table; 37} INSERT AFTER .vector_table;