Skip to content

Commit c61f05a

Browse files
authored
1 parent 134a7d0 commit c61f05a

4 files changed

Lines changed: 0 additions & 47 deletions

File tree

port/raspberrypi/rp2xxx/ld/rp2350/arm_ram_image_sections.ld

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,3 @@ SECTIONS {
77
} > ram0
88
}
99
INSERT AFTER .ram_start;
10-
11-
SECTIONS {
12-
.ram_vectors (NOLOAD) :
13-
{
14-
KEEP(*(ram_vectors))
15-
} > ram0
16-
}
17-
INSERT AFTER .bss;
18-

port/raspberrypi/rp2xxx/ld/rp2350/arm_sections.ld

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,3 @@ SECTIONS {
77
} > flash0
88
}
99
INSERT AFTER .flash_start;
10-
11-
SECTIONS {
12-
.ram_vectors (NOLOAD) :
13-
{
14-
KEEP(*(ram_vectors))
15-
} > ram0
16-
}
17-
INSERT AFTER .bss;
18-

port/raspberrypi/rp2xxx/ld/rp2350/riscv_ram_image_sections.ld

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,5 @@ SECTIONS {
55
KEEP(*(.bootmeta))
66
__bootmeta_end__ = .;
77
} > ram0
8-
9-
.vectors :
10-
{
11-
KEEP(*(core_vectors))
12-
} > ram0
138
}
149
INSERT AFTER .ram_start;
15-
16-
SECTIONS {
17-
.ram_vectors (NOLOAD) :
18-
{
19-
KEEP(*(ram_vectors))
20-
} > ram0
21-
}
22-
INSERT AFTER .bss;
23-

port/raspberrypi/rp2xxx/ld/rp2350/riscv_sections.ld

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,5 @@ SECTIONS {
55
KEEP(*(.bootmeta))
66
__bootmeta_end__ = .;
77
} > flash0
8-
9-
.vectors :
10-
{
11-
KEEP(*(core_vectors))
12-
KEEP(*(flash_vectors))
13-
} > flash0
148
}
159
INSERT AFTER .flash_start;
16-
17-
SECTIONS {
18-
.ram_vectors (NOLOAD) :
19-
{
20-
KEEP(*(ram_vectors))
21-
} > ram0
22-
}
23-
INSERT AFTER .bss;
24-

0 commit comments

Comments
 (0)