commit | 792a13f22429aeb38209f9eae2ebf01f4448ad51 | [log] [tgz] |
---|---|---|
author | Steffen Jaeckel <jaeckel-floss@eyet-services.de> | Thu Jul 08 15:57:37 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 23 13:36:20 2021 -0400 |
tree | 86f4cc2c0cb94fef6e04267387af8f16e366ed8e | |
parent | 092c8c6ca9f36a64592310940cc692a58d2a05b5 [diff] |
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>