Skip to content

Commit

Permalink
SoC/evalsoc: remove unused lines in linker script files
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jun 26, 2024
1 parent 37cdffe commit 4eaef31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ SECTIONS
KEEP (*(.mintvec))
}

. = SRAM_MEMORY_BASE;
.init :
{
*(.text.init)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ SECTIONS
KEEP (*(.mintvec))
}

. = SRAM_MEMORY_BASE;
.init :
{
*(.text.init)
Expand Down

0 comments on commit 4eaef31

Please sign in to comment.