File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/rp2_common/pico_crt0/rp2350 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ SECTIONS
35
35
{
36
36
/* On Arm, the bootrom expects a VT at the start of the
37
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
38
+ lowest address, so an IMAGE_DEF item is required to specify the
39
39
nondefault entry point. */
40
40
41
41
.flash_begin : {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ SECTIONS
35
35
/* Note unlike RP2040, we start the image with a vector table even for
36
36
NO_FLASH builds. On Arm, the bootrom expects a VT at the start of the
37
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
38
+ lowest address, so an IMAGE_DEF item is required to specify the
39
39
nondefault entry point. */
40
40
41
41
.text : {
You can’t perform that action at this time.
0 commit comments