aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-10 20:21:24 -0600
committerTom Rini <trini@konsulko.com>2020-10-09 12:01:55 -0400
commitbc438b6e9a25614dc11c3c3fa2c38f9133090740 (patch)
treedae9273aacbfc8782ba6e4c2dd9b6f83c8902c26 /common
parent7e349e96692d2c161f024ef07dbf68334d059a3a (diff)
downloadu-boot-bc438b6e9a25614dc11c3c3fa2c38f9133090740.zip
u-boot-bc438b6e9a25614dc11c3c3fa2c38f9133090740.tar.gz
u-boot-bc438b6e9a25614dc11c3c3fa2c38f9133090740.tar.bz2
Kconfig: Move VERSION_VARIABLE under environment
This relates to the environment so should not be at the top level. Move it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/Kconfig b/common/Kconfig
index bcb3519..132d105 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