mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] doc: variables: nv vars are saved automatically.
@ 2019-04-16  9:47 Tomaz Solc
  2019-04-23  9:51 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Tomaz Solc @ 2019-04-16  9:47 UTC (permalink / raw)
  To: barebox

In recent barebox versions, nv variables are saved automatically upon reset or
kernel start (console message "nv variable modified, will save nv variables on
shutdown" warns about that). There is no need to explicitly call saveenv.

This change was introduced in 3fadbdae.
---
 Documentation/user/variables.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/Documentation/user/variables.rst b/Documentation/user/variables.rst
index ddfd48574..cb1296c06 100644
--- a/Documentation/user/variables.rst
+++ b/Documentation/user/variables.rst
@@ -46,9 +46,11 @@ currently running barebox, while changing a nv variable changes the
 behaviour persistently over reboots.
 
 nv variables can be created or removed with the :ref:`command_nv`
-command. The nv variables are made persistent using the environment
-facilities of barebox, so a :ref:`command_saveenv` must be issued to store the
-actual values.
+command.
+
+The nv variables are made persistent using the environment facilities of
+barebox. They are saved automatically to the storage medium whenever barebox
+shuts down (that is, a :ref:`command_reset` is issued or a kernel is started).
 
 examples:
 
-- 
2.11.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] doc: variables: nv vars are saved automatically.
  2019-04-16  9:47 [PATCH] doc: variables: nv vars are saved automatically Tomaz Solc
@ 2019-04-23  9:51 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-04-23  9:51 UTC (permalink / raw)
  To: Tomaz Solc; +Cc: barebox

On Tue, Apr 16, 2019 at 11:47:48AM +0200, Tomaz Solc wrote:
> In recent barebox versions, nv variables are saved automatically upon reset or
> kernel start (console message "nv variable modified, will save nv variables on
> shutdown" warns about that). There is no need to explicitly call saveenv.
> 
> This change was introduced in 3fadbdae.
> ---
>  Documentation/user/variables.rst | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 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:[~2019-04-23  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16  9:47 [PATCH] doc: variables: nv vars are saved automatically Tomaz Solc
2019-04-23  9:51 ` Sascha Hauer

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