commit | 3ae6cf5400ee004c309f73f358c1043cf6d8eecc | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Thu Apr 28 17:09:45 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 07 23:17:26 2022 +0200 |
tree | e26fc87f501b266147b4de02149ad1d995a94a44 | |
parent | 6ae494831d13e96e5bc82b70c8061f5771219c3c [diff] |
bootmenu: factor out the user input handling This commit moves the user input handling from cmd/bootmenu.c to common/menu.c to reuse it from other modules. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>