X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2FKconfig;h=63c4a6726371c6146829176b4c10017240998b6e;hb=9dd1d0aa4e086bc8a5eaf19a67825c3323c41c5a;hp=449411274429bc2d22cc89b76e1d2c13dcb550a9;hpb=12f05678e157ef4472b4e3611bb7ae9751487ff0;p=u-boot diff --git a/common/Kconfig b/common/Kconfig index 4494112744..63c4a67263 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -203,3 +203,13 @@ config SYS_NO_FLASH default n help This option is used to disable support for parallel NOR flash. + +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.