]> git.baikalelectronics.ru Git - uboot.git/commit
bootmenu: factor out the user input handling
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Thu, 28 Apr 2022 08:09:45 +0000 (17:09 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 7 May 2022 21:17:26 +0000 (23:17 +0200)
commit47cc2d10dcb71fa0002ef59f31b77b2658029d8e
treee26fc87f501b266147b4de02149ad1d995a94a44
parentc0414e22b5b650d89806e0c6df7f91993b296b4c
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>
cmd/bootmenu.c
common/menu.c
include/menu.h