aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-03-17 11:10:58 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-04-08 15:37:29 +0800
commitae2d9506a36ce2a31b2865c7071e3d20aa633340 (patch)
tree7d121c030219cbb870d2c858b20d0735f32013f1 /arch/riscv/Kconfig
parentbe5c442a1557ec6b2ffd06538cb40562f5d19b47 (diff)
downloadu-boot-ae2d9506a36ce2a31b2865c7071e3d20aa633340.zip
u-boot-ae2d9506a36ce2a31b2865c7071e3d20aa633340.tar.gz
u-boot-ae2d9506a36ce2a31b2865c7071e3d20aa633340.tar.bz2
riscv: sifive: Rename fu540 board to unleashed
In preparation to add SiFive Unmatched board support, let's rename the existing fu540 board to unleashed. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'arch/riscv/Kconfig')
-rw-r--r--arch/riscv/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 55eaee2..e8494c2 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -17,8 +17,8 @@ config TARGET_MICROCHIP_ICICLE
config TARGET_QEMU_VIRT
bool "Support QEMU Virt Board"
-config TARGET_SIFIVE_FU540
- bool "Support SiFive FU540 Board"
+config TARGET_SIFIVE_UNLEASHED
+ bool "Support SiFive Unleashed Board"
config TARGET_SIPEED_MAIX
bool "Support Sipeed Maix Board"
@@ -55,7 +55,7 @@ config SPL_SYS_DCACHE_OFF
source "board/AndesTech/ax25-ae350/Kconfig"
source "board/emulation/qemu-riscv/Kconfig"
source "board/microchip/mpfs_icicle/Kconfig"
-source "board/sifive/fu540/Kconfig"
+source "board/sifive/unleashed/Kconfig"
source "board/sipeed/maix/Kconfig"
# platform-specific options below