Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rp2_common/pico_crt0/rp2350/memmap_copy_to_ram.ld
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SECTIONS
{
/* 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
lowest address, so an IMAGE_DEF item is required to specify the
nondefault entry point. */

.flash_begin : {
Expand Down
2 changes: 1 addition & 1 deletion src/rp2_common/pico_crt0/rp2350/memmap_no_flash.ld
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SECTIONS
/* Note unlike RP2040, we start the image with a vector table even for
NO_FLASH builds. 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
lowest address, so an IMAGE_DEF item is required to specify the
nondefault entry point. */

.text : {
Expand Down
Loading