Skip to content

Commit

Permalink
Merge pull request #854 from rp-rs/fix-2350-bi
Browse files Browse the repository at this point in the history
Add missing binary info to 2350 linker scripts.
  • Loading branch information
jannic authored Sep 25, 2024
2 parents f23f877 + 3ef08ac commit c8d6e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rp235x-hal-examples/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
1 change: 1 addition & 0 deletions rp235x-hal-examples/rp235x_riscv.x
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ SECTIONS
. = ALIGN(4);
__start_block_addr = .;
KEEP(*(.start_block));
KEEP(*(.boot_info));
. = ALIGN(4);
*(.trap);
*(.trap.rust);
Expand Down

0 comments on commit c8d6e7a

Please sign in to comment.