Skip to content

Commit 2a93eb6

Browse files
committed
[utest][pin] fix ra8p1 utest link section
1 parent 2b04c13 commit 2a93eb6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • bsp/renesas/ra8p1-titan-board/script

bsp/renesas/ra8p1-titan-board/script/fsp.ld

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,12 @@ SECTIONS
455455
KEEP(*(VSymTab))
456456
__vsymtab_end = .;
457457

458+
/* section information for utest */
459+
. = ALIGN(4);
460+
__rt_utest_tc_tab_start = .;
461+
KEEP(*(UtestTcTab))
462+
__rt_utest_tc_tab_end = .;
463+
458464
/* section information for initial. */
459465
. = ALIGN(4);
460466
__rt_init_start = .;

0 commit comments

Comments
 (0)