Skip to content

Commit

Permalink
Merge pull request #3374 from romainreignier/fix_rp23_binary_info
Browse files Browse the repository at this point in the history
rp23: add missing binary info in linker script
  • Loading branch information
Dirbaio authored Sep 26, 2024
2 parents af6fbb0 + 6e2c5d0 commit 8a5d145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/rp23/memory.x
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ SECTIONS {
{
__start_block_addr = .;
KEEP(*(.start_block));
KEEP(*(.boot_info));
} > FLASH

} INSERT AFTER .vector_table;
Expand Down

0 comments on commit 8a5d145

Please sign in to comment.