]> git.baikalelectronics.ru Git - uboot.git/commit
menu: always show the menu regardless of the number of entry
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Thu, 28 Apr 2022 08:09:36 +0000 (17:09 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 3 May 2022 19:39:22 +0000 (21:39 +0200)
commit1e29126511a5afa7b87621585e671617d4bdf911
tree31161c2fc644fdd6e05f79e996c0b7ab66399458
parent114a9d7d982ecd0720804022c129a91b4d0b7bc5
menu: always show the menu regardless of the number of entry

To make user aware of the menu entry selection, menu always
appears regardless of the number of entry.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Adjust test/py/tests/test_bootmenu.py
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
common/menu.c
test/py/tests/test_bootmenu.py