rp2040: Rename rp2040_link.lds.S to rpxxxx_link.lds.S

This is in preparation for rp2350 support.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2024-10-28 13:31:10 -04:00
parent 906431bb00
commit 405935f918
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
static void
enable_ram_vectortable(void)
{
// Symbols created by rp2040_link.lds.S linker script
// Symbols created by rpxxxx_link.lds.S linker script
extern uint32_t _ram_vectortable_start, _ram_vectortable_end;
extern uint32_t _text_vectortable_start;