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>
This commit is contained in:
Bin Meng 2018-09-26 06:55:06 -07:00 committed by Andes
parent 592cd5defd
commit 117a433d9e
2 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ config PPC
select SYS_BOOT_GET_KBD
config RISCV
bool "riscv architecture"
bool "RISC-V architecture"
select SUPPORT_OF_CONTROL
config SANDBOX

View File

@ -1,4 +1,4 @@
menu "RISCV architecture"
menu "RISC-V architecture"
depends on RISCV
config SYS_ARCH
@ -20,13 +20,13 @@ choice
default CPU_RISCV_32
config CPU_RISCV_32
bool "RISCV 32 bit"
bool "RISC-V 32-bit"
select 32BIT
help
Choose this option to build an U-Boot for RISCV32 architecture.
config CPU_RISCV_64
bool "RISCV 64 bit"
bool "RISC-V 64-bit"
select 64BIT
help
Choose this option to build an U-Boot for RISCV64 architecture.