* [PATCH] commands: remove CONFIG_ prefix from Kconfig symbol
@ 2020-04-06 5:54 Ahmad Fatoum
2020-04-14 9:49 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2020-04-06 5:54 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
Kconfig symbols, unlike their preprocessor counterparts, don't have this
prefix. Drop it.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
commands/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/Kconfig b/commands/Kconfig
index 7784966282ac..a0c28289834b 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1871,7 +1871,7 @@ config CMD_SMC
bool
depends on ARM_SMCCC
prompt "PSCI test command"
- default CONFIG_ARM_PSCI_DEBUG
+ default ARM_PSCI_DEBUG
help
Secure monitor code test command
--
2.26.0.rc2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] commands: remove CONFIG_ prefix from Kconfig symbol
2020-04-06 5:54 [PATCH] commands: remove CONFIG_ prefix from Kconfig symbol Ahmad Fatoum
@ 2020-04-14 9:49 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-04-14 9:49 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Mon, Apr 06, 2020 at 07:54:35AM +0200, Ahmad Fatoum wrote:
> Kconfig symbols, unlike their preprocessor counterparts, don't have this
> prefix. Drop it.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> commands/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/commands/Kconfig b/commands/Kconfig
> index 7784966282ac..a0c28289834b 100644
> --- a/commands/Kconfig
> +++ b/commands/Kconfig
> @@ -1871,7 +1871,7 @@ config CMD_SMC
> bool
> depends on ARM_SMCCC
> prompt "PSCI test command"
> - default CONFIG_ARM_PSCI_DEBUG
> + default ARM_PSCI_DEBUG
> help
> Secure monitor code test command
>
> --
> 2.26.0.rc2
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
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 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-14 9:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-06 5:54 [PATCH] commands: remove CONFIG_ prefix from Kconfig symbol Ahmad Fatoum
2020-04-14 9:49 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox