diff options
author | Tom Rini <trini@konsulko.com> | 2018-12-05 08:24:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-05 08:24:50 -0500 |
commit | a77a8fde7bb850178c2e4ad3db354b536114ea32 (patch) | |
tree | b0f5072061ddd96a7611b11517a27dbecd69968d /arch/riscv/Kconfig | |
parent | 9649c5343fb1e105109f8aac499134dd4bd723ca (diff) | |
parent | 48cbf6246052de10d35b616b5efb2f783904a49d (diff) |
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/Kconfig | 5 |
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 |