From: Michal Simek <michal.simek@amd.com>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Subject: Re: [PATCH] microblaze: Rework TARGET_MICROBLAZE_GENERIC implementation
Date: Tue, 17 Mar 2026 13:06:15 +0100 [thread overview]
Message-ID: <92a3aa0d-4d2f-4845-9ac2-6bcb976bced8@amd.com> (raw)
In-Reply-To: <20260317012412.4162279-1-trini@konsulko.com>
On 3/17/26 02:24, Tom Rini wrote:
> As exposed by "make randconfig", some symbols such as
> XILINX_MICROBLAZE0_PVR can be set without TARGET_MICROBLAZE_GENERIC but
> have a transitive dependency on it. The easiest path of resolution here
> is that since there is only one valid microblaze "board", rework that
> symbol to be non-optional.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> Cc: Michal Simek <michal.simek@amd.com>
> ---
> arch/microblaze/Kconfig | 10 +++-------
> 1 file changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
> index 4261e5009fdc..16c55ddfd95c 100644
> --- a/arch/microblaze/Kconfig
> +++ b/arch/microblaze/Kconfig
> @@ -7,12 +7,8 @@ config SYS_ARCH
> config STATIC_RELA
> def_bool y
>
> -choice
> - prompt "Target select"
> - optional
> -
> config TARGET_MICROBLAZE_GENERIC
> - bool "Support microblaze-generic"
> + def_bool y
> select BOARD_LATE_INIT
> select DM
> select DM_SERIAL
> @@ -26,8 +22,8 @@ config TARGET_MICROBLAZE_GENERIC
> select MTD
> select SPI
> imply CMD_DM
> -
> -endchoice
> + help
> + Support microblaze-generic
>
> source "board/xilinx/Kconfig"
> source "board/xilinx/microblaze-generic/Kconfig"
Applied.
M
next prev parent reply other threads:[~2026-03-17 12:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-17 1:24 [PATCH] microblaze: Rework TARGET_MICROBLAZE_GENERIC implementation Tom Rini
2026-03-17 12:06 ` Michal Simek [this message]
2026-03-17 14:49 ` Tom Rini
2026-03-17 15:35 ` Michal Simek
2026-03-17 15:41 ` Tom Rini
2026-03-17 15:51 ` Michal Simek
2026-03-17 16:02 ` Tom Rini
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=92a3aa0d-4d2f-4845-9ac2-6bcb976bced8@amd.com \
--to=michal.simek@amd.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.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