]> Git Repo - J-u-boot.git/commitdiff
riscv: kconfig: Normalize architecture name spelling
authorBin Meng <[email protected]>
Wed, 26 Sep 2018 13:55:06 +0000 (06:55 -0700)
committerAndes <[email protected]>
Wed, 3 Oct 2018 09:44:38 +0000 (17:44 +0800)
It's RISC-V that is the official name, not RISCV.

Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Lukas Auer <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
arch/Kconfig
arch/riscv/Kconfig

index 9b4bcbf2fd29cf5eeaec454d8fe753d06200dcbd..49f0d441b6456bee60226b289b020d904907d730 100644 (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
index 20a43d88e37b31d9ae7d71ecfe6755cc3aa99f1f..49f87de1dc0b55e2dfe060a69c291652d62799a4 100644 (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.
This page took 0.037973 seconds and 4 git commands to generate.