]> git.baikalelectronics.ru Git - uboot.git/commit
common: allow disabling of timeout for password entry
authorSteffen Jaeckel <jaeckel-floss@eyet-services.de>
Thu, 8 Jul 2021 13:57:37 +0000 (15:57 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jul 2021 17:36:20 +0000 (13:36 -0400)
commit3ee149e72171bbba233701b9c62cfb0cc6c77000
tree86f4cc2c0cb94fef6e04267387af8f16e366ed8e
parent2eace6b4efb1646b1429ba159c532eb8d2472df2
common: allow disabling of timeout for password entry

In case a user has to enter a complicated password it is sometimes
desireable to give the user more time than the default timeout.
Enabling this feature will disable the timeout entirely in case the user
presses the <Enter> key before entering any other character.

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/Kconfig.boot
common/autoboot.c