diff options
| author | Patrick Delaunay <[email protected]> | 2020-07-28 11:51:20 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-07-31 10:13:00 -0400 |
| commit | 0115dd3a6a144e9c974e00a9f3f41c5bb053236e (patch) | |
| tree | b493f2af6ae993f3fe319d5f97c3833d160041af /cmd/Kconfig | |
| parent | 466d9855d4ee828c998ee3ea29e5685e38d3064e (diff) | |
cmd: env: add env load command
Add the new command env load to load the environment from
the current location gd->env_load_prio.
Signed-off-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index bea2ddf830e..498fd31b107 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -604,6 +604,12 @@ config CMD_NVEDIT_INFO [-q] : quiet output The result of multiple evaluations will be combined with AND. +config CMD_NVEDIT_LOAD + bool "env load" + help + Load all environment variables from the compiled-in persistent + storage. + endmenu menu "Memory commands" |
