From bc438b6e9a25614dc11c3c3fa2c38f9133090740 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 10 Sep 2020 20:21:24 -0600 Subject: 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 --- env/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'env') diff --git a/env/Kconfig b/env/Kconfig index f3a9925..c6ba088 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 -- cgit v1.1