diff options
| author | Bin Meng <[email protected]> | 2021-03-17 11:10:58 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2021-04-08 15:37:29 +0800 |
| commit | ae2d9506a36ce2a31b2865c7071e3d20aa633340 (patch) | |
| tree | 7d121c030219cbb870d2c858b20d0735f32013f1 /drivers | |
| parent | be5c442a1557ec6b2ffd06538cb40562f5d19b47 (diff) | |
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 <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ram/sifive/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/reset/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ram/sifive/Kconfig b/drivers/ram/sifive/Kconfig index 6aca22ab2ab..08de692e026 100644 --- a/drivers/ram/sifive/Kconfig +++ b/drivers/ram/sifive/Kconfig @@ -8,6 +8,6 @@ config RAM_SIFIVE config SIFIVE_FU540_DDR bool "SiFive FU540 DDR driver" depends on RAM_SIFIVE - default y if TARGET_SIFIVE_FU540 + default y if TARGET_SIFIVE_UNLEASHED help This enables DDR support for the platforms based on SiFive FU540 SoC. diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index f5b3f8826fb..019565f9796 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -166,7 +166,7 @@ config RESET_IPQ419 config RESET_SIFIVE bool "Reset Driver for SiFive SoC's" - depends on DM_RESET && CLK_SIFIVE_FU540_PRCI && TARGET_SIFIVE_FU540 + depends on DM_RESET && CLK_SIFIVE_FU540_PRCI && TARGET_SIFIVE_UNLEASHED default y help PRCI module within SiFive SoC's provides mechanism to reset |
