summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Feng <hal.feng@starfivetech.com>2023-08-09 10:34:36 +0300
committerHal Feng <hal.feng@starfivetech.com>2023-11-29 05:46:47 +0300
commit4f914dd6f7fc3daf7821d3be07954e95f2b9d3f0 (patch)
tree60ccfa90abca736446b2caf2449f9ee361608ba7
parentd5c8e632a1416092f93cfc3989d9969166292398 (diff)
downloadu-boot-4f914dd6f7fc3daf7821d3be07954e95f2b9d3f0.tar.xz
board: starfive: Add TARGET_STARFIVE_VISIONFIVE2 to Kconfig
Add board support for StarFive VisionFive 2. The code is ported from tag JH7110_VF2_515_v3.9.3 of VF2 repo. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
-rw-r--r--arch/riscv/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 2cff0d9536..25ed0ba1cf 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -23,8 +23,8 @@ config TARGET_SIFIVE_UNLEASHED
config TARGET_SIFIVE_UNMATCHED
bool "Support SiFive Unmatched Board"
-config TARGET_STARFIVE_VISIONFIVE
- bool "Support StarFive VisionFive Board"
+config TARGET_STARFIVE_VISIONFIVE2
+ bool "Support StarFive VisionFive2 Board"
config TARGET_STARFIVE_EVB
bool "Support StarFive Evb Board"
@@ -71,7 +71,7 @@ source "board/sifive/unleashed/Kconfig"
source "board/sifive/unmatched/Kconfig"
source "board/openpiton/riscv64/Kconfig"
source "board/sipeed/maix/Kconfig"
-source "board/starfive/visionfive/Kconfig"
+source "board/starfive/visionfive2/Kconfig"
source "board/starfive/evb/Kconfig"
# platform-specific options below