mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 23:11:32 +02:00
Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
Pull request for efi next UEFI: Implement a command eficonfig to maintain Load Options and boot order via menus.
This commit is contained in:
@@ -548,4 +548,13 @@ void bootmenu_loop(struct bootmenu_data *menu,
|
||||
/* ^C was pressed */
|
||||
if (c == 0x3)
|
||||
*key = KEY_QUIT;
|
||||
|
||||
if (c == '+')
|
||||
*key = KEY_PLUS;
|
||||
|
||||
if (c == '-')
|
||||
*key = KEY_MINUS;
|
||||
|
||||
if (c == ' ')
|
||||
*key = KEY_SPACE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user