mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/riscv_common: call cpu_init()
This commit is contained in:
parent
d2fdacd3f3
commit
0f625eaebd
@ -55,7 +55,8 @@ _start_real:
|
||||
call __libc_init_array
|
||||
|
||||
|
||||
/* Initialize board and start kernel */
|
||||
/* Initialize CPU, board and start kernel */
|
||||
call cpu_init
|
||||
call board_init
|
||||
call kernel_init
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user