[PATCH 13/16] Kconfig: Move VERSION_VARIABLE under environment
Simon Glass
sjg at chromium.org
Fri Sep 11 04:21:24 CEST 2020
This relates to the environment so should not be at the top level. Move
it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
common/Kconfig | 10 ----------
env/Kconfig | 9 +++++++++
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig
index bcb3519c775..132d1051607 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -532,16 +532,6 @@ endmenu
endmenu # Init options
-config VERSION_VARIABLE
- bool "add U-Boot environment variable vers"
- default n
- help
- If this variable is defined, an environment variable
- named "ver" is created by U-Boot showing the U-Boot
- version as printed by the "version" command.
- Any change to this variable will be reverted at the
- next reset.
-
config BOUNCE_BUFFER
bool "Include bounce buffer API"
help
diff --git a/env/Kconfig b/env/Kconfig
index b59ba310ec3..02dcd98e111 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -773,4 +773,13 @@ config TPL_ENV_IS_IN_FLASH
endif
+config VERSION_VARIABLE
+ bool "Add a 'ver' environment variable with the U-Boot version"
+ help
+ If this variable is defined, an environment variable
+ named "ver" is created by U-Boot showing the U-Boot
+ version as printed by the "version" command.
+ Any change to this variable will be reverted at the
+ next reset.
+
endmenu
--
2.28.0.618.gf4bc123cb7-goog
More information about the U-Boot
mailing list