Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 24f90be

Browse files
zhouji3xbuildslave
authored andcommitted
[efiwrapper] ioc ignore toggles when boot target is recovery
Change-Id: Iaf8d9d25c109e824f263a2f831abe78c08d82b17 Tracked-On: https://jira01.devtools.intel.com/browse/OAM-70052 Signed-off-by: zhouji3x <[email protected]> Reviewed-on: https://android.intel.com:443/649095
1 parent 93fc20d commit 24f90be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ioc_uart/ioc_uart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ ioc_reboot(EFI_RESET_TYPE ResetType, CHAR16 *ResetData)
501501
{
502502
EFI_IGNORE_SUS_STAT_TOGGLES numberignoretoggles;
503503
size_t i;
504-
CHAR16 *fastboot_name[] = {L"bootloader", L"fastboot"};
504+
CHAR16 *fastboot_name[] = {L"bootloader", L"fastboot", L"recovery"};
505505
BOOLEAN is_fastboot = FALSE;
506506
EFI_STATUS ret;
507507

0 commit comments

Comments
 (0)