Skip to content

Commit

Permalink
Require single-hart when booting through u-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
mekosko committed Aug 24, 2024
1 parent 0fe5fae commit cf770ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ panic-halt = "0.2.0"
s-mode = ["riscv-rt-macros/s-mode"]
single-hart = []
v-trap = ["riscv-rt-macros/v-trap"]
u-boot = ["riscv-rt-macros/u-boot"]
u-boot = ["riscv-rt-macros/u-boot", "single-hart"]

0 comments on commit cf770ff

Please sign in to comment.