rp23: add missing binary info in linker script

See https://github.com/rp-rs/rp-hal/issues/853

And https://github.com/rp-rs/rp-hal/pull/854
This commit is contained in:
Romain Reignier 2024-09-26 13:24:50 +02:00
parent af6fbb0ee1
commit 6e2c5d0b45

View File

@ -31,6 +31,7 @@ SECTIONS {
{
__start_block_addr = .;
KEEP(*(.start_block));
KEEP(*(.boot_info));
} > FLASH
} INSERT AFTER .vector_table;