summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-12-05 08:24:50 -0500
committerTom Rini <trini@konsulko.com>2018-12-05 08:24:50 -0500
commita77a8fde7bb850178c2e4ad3db354b536114ea32 (patch)
treeb0f5072061ddd96a7611b11517a27dbecd69968d /arch/riscv/Kconfig
parent9649c5343fb1e105109f8aac499134dd4bd723ca (diff)
parent48cbf6246052de10d35b616b5efb2f783904a49d (diff)
downloadu-boot-a77a8fde7bb850178c2e4ad3db354b536114ea32.tar.gz
u-boot-a77a8fde7bb850178c2e4ad3db354b536114ea32.tar.xz
u-boot-a77a8fde7bb850178c2e4ad3db354b536114ea32.zip
Merge git://git.denx.de/u-boot-riscv
- Fix BBL may be corrupted problem. - Support U-Boot run in S-mode.
Diffstat (limited to 'arch/riscv/Kconfig')
-rw-r--r--arch/riscv/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 3e0af55e71..732a357a99 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -55,6 +55,11 @@ config RISCV_ISA_C
config RISCV_ISA_A
def_bool y
+config RISCV_SMODE
+ bool "Run in S-Mode"
+ help
+ Enable this option to build U-Boot for RISC-V S-Mode
+
config 32BIT
bool