Skip to content

Commit 3d60bc0

Browse files
committed
pbio/platform/ev3/platform.ld: drop .startcode section
This source file for startup.o is empty, so this does nothing. Also, in this script, we use ENTRY() to determine the entry point, so we don't need to do anything special for the first section in RAM.
1 parent 77c2da2 commit 3d60bc0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/pbio/platform/ev3/platform.ld

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ pbdrv_stack_end = ORIGIN(DDR) + LENGTH(DDR) - 4;
1515

1616
SECTIONS
1717
{
18-
.startcode :
19-
{
20-
. = ALIGN(4);
21-
*startup.o (.text)
22-
} > DDR
23-
2418
.text :
2519
{
2620
. = ALIGN(4);

0 commit comments

Comments
 (0)