missing jump to openblt command

This commit is contained in:
Matthew Kennedy 2023-10-17 13:25:15 -07:00 committed by rusefillc
parent 252af16fb7
commit 521fc4254d
1 changed files with 4 additions and 0 deletions

View File

@ -193,6 +193,10 @@ void runRusEfi() {
addConsoleAction(CMD_REBOOT_DFU, jump_to_bootloader);
#endif /* EFI_DFU_JUMP */
#if EFI_USE_OPENBLT
addConsoleAction(CMD_REBOOT_OPENBLT, jump_to_openblt);
#endif
/**
* we need to initialize table objects before default configuration can set values
*/