Skip to content

Commit c3f986d

Browse files
committed
cpu/rp2350_riscv: move to shared rp2350_common
1 parent 2051cc4 commit c3f986d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpu/rp2350_riscv/cpu.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
*/
3131
void cpu_init(void)
3232
{
33-
/* initialize the RISC-V core */
34-
riscv_init();
35-
33+
/* rp2350 common startup routine */
3634
rp2350_init();
35+
/* initialize the RISC-V core (Interrupts, FPU, etc) */
36+
riscv_init();
3737
}

0 commit comments

Comments
 (0)