Skip to content

Commit

Permalink
Revert "ArmPlatformPkg: Update LcdHwNullLib to prevent init"
Browse files Browse the repository at this point in the history
This reverts commit 14e357e,
as it was upstreamed in edk2.
  • Loading branch information
os-d committed Aug 29, 2024
1 parent 344e8d9 commit 8da33b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LcdIdentify (
VOID
)
{
return EFI_NOT_FOUND; // MU_CHANGE TCBZ3351 - Prevent further LCD init.
return EFI_SUCCESS;
}

/**
Expand Down

0 comments on commit 8da33b9

Please sign in to comment.