mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
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:
parent
af6fbb0ee1
commit
6e2c5d0b45
@ -31,6 +31,7 @@ SECTIONS {
|
|||||||
{
|
{
|
||||||
__start_block_addr = .;
|
__start_block_addr = .;
|
||||||
KEEP(*(.start_block));
|
KEEP(*(.start_block));
|
||||||
|
KEEP(*(.boot_info));
|
||||||
} > FLASH
|
} > FLASH
|
||||||
|
|
||||||
} INSERT AFTER .vector_table;
|
} INSERT AFTER .vector_table;
|
||||||
|
Loading…
Reference in New Issue
Block a user