From cf770ffcc0dc888c0c3f23f96adae780e9f23dcd Mon Sep 17 00:00:00 2001 From: mekosko Date: Sat, 24 Aug 2024 15:03:09 +0500 Subject: [PATCH] Require single-hart when booting through u-boot --- riscv-rt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv-rt/Cargo.toml b/riscv-rt/Cargo.toml index 440a41bb..eb2e212f 100644 --- a/riscv-rt/Cargo.toml +++ b/riscv-rt/Cargo.toml @@ -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"]