Fix typo: IMAGEDEF → IMAGE_DEF, as it is defined in the datasheet (#2589)

This commit is contained in:
Alexey Vazhnov 2025-07-24 23:33:59 +02:00 committed by GitHub
parent b51a993bc1
commit dad01128f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ SECTIONS
{ {
/* On Arm, the bootrom expects a VT at the start of the /* 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 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. */ nondefault entry point. */
.flash_begin : { .flash_begin : {

View file

@ -35,7 +35,7 @@ SECTIONS
/* Note unlike RP2040, we start the image with a vector table even for /* 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 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 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. */ nondefault entry point. */
.text : { .text : {