summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTekkamanV <tekkamanv@starfivetech.com>2021-01-31 16:45:49 +0300
committerTekkaman Ninja <tekkamanninja@163.com>2021-12-29 17:41:11 +0300
commitb66ab536ba8cb2c6d4277d051f9d19b403eb935e (patch)
tree5ebb920eeac50e37dc40b609299e3dd6a6e7f4b1
parentc782c88471b853a793465e3155bf819da467f082 (diff)
downloadu-boot-b66ab536ba8cb2c6d4277d051f9d19b403eb935e.tar.xz
riscv: Enable SYS_CLK_FREQ config
Signed-off-by: TekkamanV <tekkamanv@starfivetech.com>
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index d3a12be228..dea7c462c6 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -359,7 +359,7 @@ config SYS_TEXT_BASE
The address in memory that U-Boot will be running from, initially.
config SYS_CLK_FREQ
- depends on ARC || ARCH_SUNXI || MPC83xx
+ depends on ARC || ARCH_SUNXI || MPC83xx || RISCV
int "CPU clock frequency"
help
TODO: Move CONFIG_SYS_CLK_FREQ for all the architecture