u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: tekkamanv@163.com
To: u-boot@lists.denx.de, bmeng.cn@gmail.com, sjg@chromium.org,
	marek.behun@nic.cz, amittomer25@gmail.com, mbrugger@suse.com,
	mr.nuke.me@gmail.co, jaeckel-floss@eyet-services.de,
	klaus@linux.vnet.ibm.com, xypron.glpk@gmx.de
Cc: tekkamanv@starfivetech.com, tekkamanv@163.com, tekkamanninja@163.com
Subject: [PATCH 2/2] riscv: Enable SYS_CLK_FREQ config
Date: Thu, 30 Sep 2021 20:05:16 +0800	[thread overview]
Message-ID: <20210930120516.449450-3-tekkamanv@163.com> (raw)
In-Reply-To: <20210930120516.449450-1-tekkamanv@163.com>

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
-- 
2.25.4


  parent reply	other threads:[~2021-09-30 12:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-30 12:05 [PATCH 0/2] riscv: Enable some configs in the Kconfig tekkamanv
2021-09-30 12:05 ` [PATCH 1/2] riscv: Enable SYS_MALLOC_LEN config tekkamanv
2021-10-02 14:15   ` Bin Meng
2021-09-30 12:05 ` tekkamanv [this message]
2021-10-02 14:16   ` [PATCH 2/2] riscv: Enable SYS_CLK_FREQ config Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210930120516.449450-3-tekkamanv@163.com \
    --to=tekkamanv@163.com \
    --cc=amittomer25@gmail.com \
    --cc=bmeng.cn@gmail.com \
    --cc=jaeckel-floss@eyet-services.de \
    --cc=klaus@linux.vnet.ibm.com \
    --cc=marek.behun@nic.cz \
    --cc=mbrugger@suse.com \
    --cc=mr.nuke.me@gmail.co \
    --cc=sjg@chromium.org \
    --cc=tekkamanninja@163.com \
    --cc=tekkamanv@starfivetech.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).