Skip to content

Commit

Permalink
Add missing binary info to 2350 linker scripts.
Browse files Browse the repository at this point in the history
Closes #853
  • Loading branch information
jonathanpallant committed Sep 25, 2024
1 parent f23f877 commit 3ef08ac
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 3ef08ac

Please sign in to comment.