Skip to content

Commit 47255b3

Browse files
committed
bsp: artpi2: clean linkers.
Signed-off-by: stranding <[email protected]>
1 parent eea7fb9 commit 47255b3

File tree

1 file changed

+0
-27
lines changed
  • bsp/stm32/stm32h7r7-artpi2/board/linker_scripts

1 file changed

+0
-27
lines changed

bsp/stm32/stm32h7r7-artpi2/board/linker_scripts/link.lds

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -139,33 +139,6 @@ SECTIONS
139139
} > RAM
140140
__bss_end = .;
141141

142-
.RxDecripSection (NOLOAD) : ALIGN(4)
143-
{
144-
. = ALIGN(4);
145-
*(.RxDecripSection)
146-
*(.RxDecripSection.*)
147-
. = ALIGN(4);
148-
__RxDecripSection_free__ = .;
149-
} > RxDecripSection
150-
151-
.TxDecripSection (NOLOAD) : ALIGN(4)
152-
{
153-
. = ALIGN(4);
154-
*(.TxDecripSection)
155-
*(.TxDecripSection.*)
156-
. = ALIGN(4);
157-
__TxDecripSection_free__ = .;
158-
} > TxDecripSection
159-
160-
.RxArraySection (NOLOAD) : ALIGN(4)
161-
{
162-
. = ALIGN(4);
163-
*(.RxArraySection)
164-
*(.RxArraySection.*)
165-
. = ALIGN(4);
166-
__RxArraySection_free__ = .;
167-
} > RxArraySection
168-
169142
_end = .;
170143

171144
/* Stabs debugging sections. */

0 commit comments

Comments
 (0)