Commit 117a433d9e66ff986c97f60c2f6daa167f8ee729

Authored by Bin Meng
Committed by Andes
1 parent 592cd5defd

riscv: kconfig: Normalize architecture name spelling

It's RISC-V that is the official name, not RISCV.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Reviewed-by: Rick Chen <rick@andestech.com>

Showing 2 changed files with 4 additions and 4 deletions Side-by-side Diff

... ... @@ -60,7 +60,7 @@
60 60 select SYS_BOOT_GET_KBD
61 61  
62 62 config RISCV
63   - bool "riscv architecture"
  63 + bool "RISC-V architecture"
64 64 select SUPPORT_OF_CONTROL
65 65  
66 66 config SANDBOX
1   -menu "RISCV architecture"
  1 +menu "RISC-V architecture"
2 2 depends on RISCV
3 3  
4 4 config SYS_ARCH
5 5  
... ... @@ -20,13 +20,13 @@
20 20 default CPU_RISCV_32
21 21  
22 22 config CPU_RISCV_32
23   - bool "RISCV 32 bit"
  23 + bool "RISC-V 32-bit"
24 24 select 32BIT
25 25 help
26 26 Choose this option to build an U-Boot for RISCV32 architecture.
27 27  
28 28 config CPU_RISCV_64
29   - bool "RISCV 64 bit"
  29 + bool "RISC-V 64-bit"
30 30 select 64BIT
31 31 help
32 32 Choose this option to build an U-Boot for RISCV64 architecture.