From: Sean Anderson <seanga2@gmail.com>
To: Zong Li <zong.li@sifive.com>,
sjg@chromium.org, michal.simek@amd.com, sean.anderson@seco.com,
ycliang@andestech.com, rick@andestech.com, u-boot@lists.denx.de
Subject: Re: [PATCH] riscv: use imply instead of select for SPL_SEPARATE_BSS
Date: Sun, 20 Nov 2022 23:00:08 -0500 [thread overview]
Message-ID: <bb7acef9-416e-0184-4a68-32ecdaa970fc@gmail.com> (raw)
In-Reply-To: <20221116070839.28550-1-zong.li@sifive.com>
On 11/16/22 02:08, Zong Li wrote:
> Use imply instead of select, then it can still be disabled by
> board-specific defconfig, or be set to n manually.
>
> Signed-off-by: Zong Li <zong.li@sifive.com>
> ---
> arch/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/Kconfig b/arch/Kconfig
> index ae39716697..102956d24c 100644
> --- a/arch/Kconfig
> +++ b/arch/Kconfig
> @@ -111,7 +111,7 @@ config RISCV
> select SUPPORT_OF_CONTROL
> select OF_CONTROL
> select DM
> - select SPL_SEPARATE_BSS if SPL
> + imply SPL_SEPARATE_BSS if SPL
> imply DM_SERIAL
> imply DM_ETH
> imply DM_EVENT
Do you have an example of a board which does this?
--Sean
next prev parent reply other threads:[~2022-11-21 4:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-16 7:08 [PATCH] riscv: use imply instead of select for SPL_SEPARATE_BSS Zong Li
[not found] ` <HK0PR03MB29946F9492FAEDED0C5ADFBEC10A9@HK0PR03MB2994.apcprd03.prod.outlook.com>
2022-11-21 0:45 ` Rick Chen
2022-11-21 1:25 ` Bin Meng
2022-11-21 4:00 ` Sean Anderson [this message]
2022-11-21 12:17 ` Zong Li
2022-11-29 2:01 ` Zong Li
[not found] ` <HK0PR03MB29945B8BF7616EF09352B019C1159@HK0PR03MB2994.apcprd03.prod.outlook.com>
2022-11-30 0:40 ` Rick Chen
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=bb7acef9-416e-0184-4a68-32ecdaa970fc@gmail.com \
--to=seanga2@gmail.com \
--cc=michal.simek@amd.com \
--cc=rick@andestech.com \
--cc=sean.anderson@seco.com \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
--cc=ycliang@andestech.com \
--cc=zong.li@sifive.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.