aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040/rpxxxx_link.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/rp2040/rpxxxx_link.lds.S')
-rw-r--r--src/rp2040/rpxxxx_link.lds.S9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rp2040/rpxxxx_link.lds.S b/src/rp2040/rpxxxx_link.lds.S
index abc5be6c..5cd556fe 100644
--- a/src/rp2040/rpxxxx_link.lds.S
+++ b/src/rp2040/rpxxxx_link.lds.S
@@ -42,6 +42,15 @@ SECTIONS
KEEP(*(.vector_table))
_text_vectortable_end = .;
*(.text.armcm_boot*)
+
+#if CONFIG_MACH_RP2350
+ // The rp2350 needs an "image definition" for the internal ROM
+ LONG(0xffffded3)
+ LONG(0x10210142)
+ LONG(0x000001ff)
+ LONG(0x00000000)
+ LONG(0xab123579)
+#endif
} > rom :text_segment
. = ALIGN(4);