mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 06:31:28 +01:00
riscv: select CONFIG_PHYS_64BIT on RV64I systems
CONFIG_PHYS_64BIT should be enabled on RV64I systems. Select it. Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com>
This commit is contained in:
parent
862e2e75e8
commit
711585649e
@ -32,6 +32,7 @@ config ARCH_RV32I
|
|||||||
config ARCH_RV64I
|
config ARCH_RV64I
|
||||||
bool "RV64I"
|
bool "RV64I"
|
||||||
select 64BIT
|
select 64BIT
|
||||||
|
select PHYS_64BIT
|
||||||
help
|
help
|
||||||
Choose this option to target the RV64I base integer instruction set.
|
Choose this option to target the RV64I base integer instruction set.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user