Skip to content

Commit 1ff6321

Browse files
authored
Fix #2413 - Misleading comment about bootloader in rp2350/memmap_copy_to_ram.ld (#2415)
1 parent 6fea77f commit 1ff6321

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/rp2_common/pico_crt0/rp2350/memmap_copy_to_ram.ld

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ ENTRY(_entry_point)
3333

3434
SECTIONS
3535
{
36-
/* Second stage bootloader is prepended to the image. It must be 256 bytes big
37-
and checksummed. It is usually built by the boot_stage2 target
38-
in the Raspberry Pi Pico SDK
39-
*/
36+
/* On Arm, the bootrom expects a VT at the start of the
37+
image by default; on RISC-V, the default is to enter the image at its
38+
lowest address, so an IMAGEDEF item is required to specify the
39+
nondefault entry point. */
4040

4141
.flash_begin : {
4242
__flash_binary_start = .;

0 commit comments

Comments
 (0)