Skip to content

Commit cf770ff

Browse files
committed
Require single-hart when booting through u-boot
1 parent 0fe5fae commit cf770ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ panic-halt = "0.2.0"
2323
s-mode = ["riscv-rt-macros/s-mode"]
2424
single-hart = []
2525
v-trap = ["riscv-rt-macros/v-trap"]
26-
u-boot = ["riscv-rt-macros/u-boot"]
26+
u-boot = ["riscv-rt-macros/u-boot", "single-hart"]

0 commit comments

Comments
 (0)