We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54808d commit 0733572Copy full SHA for 0733572
soc/riscv/riscv-privilege/scr7/soc.c
@@ -58,4 +58,4 @@ static int riscv64_scr7_init(const struct device *arg)
58
return 0;
59
}
60
61
-SYS_INIT(riscv64_scr7_init, EARLY, 0);
+SYS_INIT(riscv64_scr7_init, PRE_KERNEL_1, 0);
soc/riscv/riscv-privilege/scr9/soc.c
@@ -58,4 +58,4 @@ static int riscv64_scr9_init(const struct device *arg)
-SYS_INIT(riscv64_scr9_init, EARLY, 0);
+SYS_INIT(riscv64_scr9_init, PRE_KERNEL_1, 0);
0 commit comments