]> git.dujemihanovic.xyz Git - u-boot.git/commit
eficonfig: CTRL+S to save the boot order
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Thu, 2 Feb 2023 09:24:44 +0000 (18:24 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 10 Feb 2023 12:05:39 +0000 (13:05 +0100)
commit88df36346c767f8756e54cc1941b6cda180b61db
tree2f054ba33d62a72ae12709b95dbe76d2c9ebe60a
parent45f5319fa6e88cf3b59addee5caebf06fd26e305
eficonfig: CTRL+S to save the boot order

The change boot order menu in eficonfig can have at most INT_MAX lines
and it is troublesome to scroll down to the "Save" entry.

This commit assigns CTRL+S to save the boot order.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Acked-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/eficonfig.c
common/menu.c
include/menu.h