summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTekkamanV <tekkamanv@starfivetech.com>2021-01-31 16:45:49 +0300
committerTekkaman Ninja <tekkamanninja@163.com>2021-09-29 09:51:21 +0300
commit704f73a31afeda123e296572f0fc02dc78d2e003 (patch)
tree7ea28a74d29344b0b9b0d9584e1ac3c867a177b3
parent208c40be4e39bbcc8283a5f108a4b37285e5721e (diff)
downloadu-boot-704f73a31afeda123e296572f0fc02dc78d2e003.tar.xz
riscv: Enable SYS_CLK_FREQ config
Signed-off-by: TekkamanV <tekkamanv@starfivetech.com>
-rw-r--r--common/Kconfig.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig.boot b/common/Kconfig.boot
index 902a5b8fbe..4f29cc2d56 100644
--- a/common/Kconfig.boot
+++ b/common/Kconfig.boot
@@ -343,7 +343,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