diff mbox series

[2/2] riscv: Enable SYS_CLK_FREQ config

Message ID 20210930120516.449450-3-tekkamanv@163.com
State Rejected
Delegated to: Andes
Headers show
Series riscv: Enable some configs in the Kconfig | expand

Commit Message

tekkamanv@163.com Sept. 30, 2021, 12:05 p.m. UTC
From: TekkamanV <tekkamanv@starfivetech.com>

Signed-off-by: TekkamanV <tekkamanv@starfivetech.com>
---
 common/Kconfig.boot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bin Meng Oct. 2, 2021, 2:16 p.m. UTC | #1
On Thu, Sep 30, 2021 at 8:07 PM <tekkamanv@163.com> wrote:
>
> From: TekkamanV <tekkamanv@starfivetech.com>
>
> Signed-off-by: TekkamanV <tekkamanv@starfivetech.com>
> ---
>  common/Kconfig.boot | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> --

Why do we need this change? It seems nothing related to RISC-V.

Regards,
Bin
diff mbox series

Patch

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