* [PATCH] commands: Kconfig: setenv: fix reference to unknown symbol
@ 2021-02-11 21:30 Ahmad Fatoum
2021-02-12 8:58 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2021-02-11 21:30 UTC (permalink / raw)
To: barebox
In Kconfig files, the symbols don't have a CONFIG_ prefix. Fix this.
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
commands/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/Kconfig b/commands/Kconfig
index b672f0c16a85..520ad4b1dea3 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -746,7 +746,7 @@ config CMD_SAVEENV
config CMD_SETENV
tristate
default y
- depends on !CONFIG_SHELL_NONE
+ depends on !SHELL_NONE
prompt "setenv"
help
Set environment variable
--
2.30.0
_______________________________________________
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: Kconfig: setenv: fix reference to unknown symbol
2021-02-11 21:30 [PATCH] commands: Kconfig: setenv: fix reference to unknown symbol Ahmad Fatoum
@ 2021-02-12 8:58 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2021-02-12 8:58 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Thu, Feb 11, 2021 at 10:30:52PM +0100, Ahmad Fatoum wrote:
> In Kconfig files, the symbols don't have a CONFIG_ prefix. Fix this.
>
> Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
> ---
> commands/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/commands/Kconfig b/commands/Kconfig
> index b672f0c16a85..520ad4b1dea3 100644
> --- a/commands/Kconfig
> +++ b/commands/Kconfig
> @@ -746,7 +746,7 @@ config CMD_SAVEENV
> config CMD_SETENV
> tristate
> default y
> - depends on !CONFIG_SHELL_NONE
> + depends on !SHELL_NONE
> prompt "setenv"
> help
> Set environment variable
> --
> 2.30.0
>
>
> _______________________________________________
> 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:[~2021-02-12 8:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 21:30 [PATCH] commands: Kconfig: setenv: fix reference to unknown symbol Ahmad Fatoum
2021-02-12 8:58 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox