[fix][bsp/thead-smart/gcc_csky.ld]

Correct startup segment description error in link script
This commit is contained in:
jihongbin 2021-11-09 17:21:37 +08:00
parent a818f2299e
commit 1cc029a1a3
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ SECTIONS
.text : AT(ADDR(.text)){
. = ALIGN(0x4) ;
__stext = . ;
KEEP(*startup.o(*.text*))
KEEP(*startup_gcc.o(*.text*))
*(.text)
*(.text*)
*(.text.*)