mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] powerpc: Kconfig: fix reference to unknown symbol
@ 2023-05-12  2:38 Antony Pavlov
  2023-05-12 11:16 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2023-05-12  2:38 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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(-)

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] powerpc: Kconfig: fix reference to unknown symbol
  2023-05-12  2:38 [PATCH] powerpc: Kconfig: fix reference to unknown symbol Antony Pavlov
@ 2023-05-12 11:16 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2023-05-12 11:16 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox, Ahmad Fatoum

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 |



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-12 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-12  2:38 [PATCH] powerpc: Kconfig: fix reference to unknown symbol Antony Pavlov
2023-05-12 11:16 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox