mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Fix typo: IMAGEDEF → IMAGE_DEF, as it is defined in the datasheet (#2589)
This commit is contained in:
parent
b51a993bc1
commit
dad01128f4
2 changed files with 2 additions and 2 deletions
|
|
@ -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 : {
|
||||||
|
|
|
||||||
|
|
@ -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 : {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue