From dad01128f4f243491af28fe5783b06b3b221fa31 Mon Sep 17 00:00:00 2001 From: Alexey Vazhnov Date: Thu, 24 Jul 2025 23:33:59 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20IMAGEDEF=20=E2=86=92=20IMAGE=5FDE?= =?UTF-8?q?F,=20as=20it=20is=20defined=20in=20the=20datasheet=20(#2589)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rp2_common/pico_crt0/rp2350/memmap_copy_to_ram.ld | 2 +- src/rp2_common/pico_crt0/rp2350/memmap_no_flash.ld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rp2_common/pico_crt0/rp2350/memmap_copy_to_ram.ld b/src/rp2_common/pico_crt0/rp2350/memmap_copy_to_ram.ld index 145faf81..44c69f3b 100644 --- a/src/rp2_common/pico_crt0/rp2350/memmap_copy_to_ram.ld +++ b/src/rp2_common/pico_crt0/rp2350/memmap_copy_to_ram.ld @@ -35,7 +35,7 @@ SECTIONS { /* 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 - 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. */ .flash_begin : { diff --git a/src/rp2_common/pico_crt0/rp2350/memmap_no_flash.ld b/src/rp2_common/pico_crt0/rp2350/memmap_no_flash.ld index 98088cdf..5bedf6d2 100644 --- a/src/rp2_common/pico_crt0/rp2350/memmap_no_flash.ld +++ b/src/rp2_common/pico_crt0/rp2350/memmap_no_flash.ld @@ -35,7 +35,7 @@ SECTIONS /* 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 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. */ .text : {