Update memmap_copy_to_ram.ld

Fix #2413
This commit is contained in:
David Dyck 2025-04-11 08:46:54 -07:00 committed by GitHub
parent ee68c78d0a
commit 5fbcc2a5d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,9 +33,10 @@ ENTRY(_entry_point)
SECTIONS
{
/* Second stage bootloader is prepended to the image. It must be 256 bytes big
and checksummed. It is usually built by the boot_stage2 target
in the Raspberry Pi Pico SDK
/* On Arm, the bootrom expects a VT at the start of the
image by default; on RISC-V, the default is to enter the image at its
lowest address, so an IMAGEDEF item is required to specify the
nondefault entry point. */
*/
.flash_begin : {