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
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 : {
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments