Update memmap_copy_to_ram.ld

Fix #2413
This commit is contained in:
David Dyck 2025-04-11 08:56:05 -07:00 committed by GitHub
parent 75f2822752
commit 4eb3edf80f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,10 +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 : {
__flash_binary_start = .;