]> Git Repo - u-boot.git/commit
eficonfig: CTRL+S to save the boot order
authorMasahisa Kojima <[email protected]>
Thu, 2 Feb 2023 09:24:44 +0000 (18:24 +0900)
committerHeinrich Schuchardt <[email protected]>
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 <[email protected]>
Acked-by: Heinrich Schuchardt <[email protected]>
cmd/eficonfig.c
common/menu.c
include/menu.h
This page took 0.035894 seconds and 4 git commands to generate.