mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 10:56:02 +01:00
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>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
45f5319fa6
commit
88df36346c
@@ -53,6 +53,7 @@ enum bootmenu_key {
|
||||
BKEY_PLUS,
|
||||
BKEY_MINUS,
|
||||
BKEY_SPACE,
|
||||
BKEY_SAVE,
|
||||
|
||||
BKEY_COUNT,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user