Skip to content

Commit dad0112

Browse files
authored
Fix typo: IMAGEDEF → IMAGE_DEF, as it is defined in the datasheet (#2589)
1 parent b51a993 commit dad0112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rp2_common/pico_crt0/rp2350/memmap_copy_to_ram.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SECTIONS
3535
{
3636
/* On Arm, the bootrom expects a VT at the start of the
3737
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
38+
lowest address, so an IMAGE_DEF item is required to specify the
3939
nondefault entry point. */
4040

4141
.flash_begin : {

src/rp2_common/pico_crt0/rp2350/memmap_no_flash.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SECTIONS
3535
/* Note unlike RP2040, we start the image with a vector table even for
3636
NO_FLASH builds. On Arm, the bootrom expects a VT at the start of the
3737
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
38+
lowest address, so an IMAGE_DEF item is required to specify the
3939
nondefault entry point. */
4040

4141
.text : {

0 commit comments

Comments
 (0)