* [PATCH] commands: saveenv: remove outdated info about envfs directories
@ 2025-04-14 6:26 Ahmad Fatoum
2025-04-14 10:47 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-04-14 6:26 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
Directories in the environment (nv, init) are common-place, at least
nowadays, so remove that inaccurate limitation in the help text.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
commands/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/commands/Kconfig b/commands/Kconfig
index 7eff747ffdb6..0f3155d123ab 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -873,8 +873,7 @@ config CMD_SAVEENV
ENVFS is usually a block in flash but can be any other file. If
omitted, DIRECTORY defaults to /env and ENVFS defaults to
- /dev/env0. Note that envfs can only handle files, directories are being
- skipped silently.
+ /dev/env0.
config CMD_SETENV
tristate
--
2.39.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-14 11:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-14 6:26 [PATCH] commands: saveenv: remove outdated info about envfs directories Ahmad Fatoum
2025-04-14 10:47 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox