arch: riscv: always use 'riscv' for CONFIG_ARCH
Because the riscv32/riscv64 is redundant, one can get the same information combining CONFIG_ARCH + CONFIG_64BIT. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
1899c0c5c7
commit
6884e10fae
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ menu "RISCV Options"
|
||||||
|
|
||||||
config ARCH
|
config ARCH
|
||||||
string
|
string
|
||||||
default "riscv64" if 64BIT
|
default "riscv"
|
||||||
default "riscv32"
|
|
||||||
|
|
||||||
config FLOAT_HARD
|
config FLOAT_HARD
|
||||||
bool "Hard-float calling convention"
|
bool "Hard-float calling convention"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue