From: Sascha Hauer <s.hauer@pengutronix.de>
To: Antony Pavlov <antonynpavlov@gmail.com>
Cc: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH] powerpc: Kconfig: fix reference to unknown symbol
Date: Fri, 12 May 2023 13:16:03 +0200 [thread overview]
Message-ID: <20230512111603.GN29365@pengutronix.de> (raw)
In-Reply-To: <20230512023838.1255762-1-antonynpavlov@gmail.com>
On Fri, May 12, 2023 at 05:38:38AM +0300, Antony Pavlov wrote:
> In Kconfig files, the symbols don't have a CONFIG_ prefix.
> Fix an unknown Kconfig symbol introduced in d3b8a88d34
> ("treewide: rename CONFIG_HAS_ARCH_SJLJ to CONFIG_ARCH_HAS_SJLJ").
>
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
> arch/powerpc/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
> index 4ae6d423af..ba875767b2 100644
> --- a/arch/powerpc/Kconfig
> +++ b/arch/powerpc/Kconfig
> @@ -8,7 +8,7 @@ config PPC
> select HAS_CACHE
> select GENERIC_FIND_NEXT_BIT
> select OFTREE
> - select CONFIG_ARCH_HAS_SJLJ
> + select ARCH_HAS_SJLJ
> default y
>
> choice
> --
> 2.39.0
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
prev parent reply other threads:[~2023-05-12 11:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-12 2:38 Antony Pavlov
2023-05-12 11:16 ` Sascha Hauer [this message]
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=20230512111603.GN29365@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/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