improves bsp of riscv-vp by including init.c

This commit is contained in:
2025-11-21 15:40:08 +01:00
parent fc3f6c57e5
commit fce1372494
4 changed files with 93 additions and 113 deletions

2
env/start.S vendored
View File

@@ -60,7 +60,7 @@ _start:
fssr x0
1:
#endif
call _init
/* argc = argv = 0 */
li a0, 0
li a1, 0