Skip to content

Commit

Permalink
fix: support longer banner string
Browse files Browse the repository at this point in the history
Support a longer system firmware banner string.

Signed-off-by: Bob Morgan <bobm@nvidia.com>
  • Loading branch information
bobm21 authored and jgarver committed Apr 5, 2024
1 parent 83dd9f9 commit 0325cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Silicon/NVIDIA/Library/PlatformBootManagerLib/PlatformBm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ DisplaySystemAndHotkeyInformation (
EFI_GRAPHICS_OUTPUT_PROTOCOL *GraphicsOutput;
EFI_GRAPHICS_OUTPUT_BLT_PIXEL Black;
EFI_GRAPHICS_OUTPUT_BLT_PIXEL White;
CHAR16 Buffer[100];
CHAR16 Buffer[150];
UINTN CharCount;
UINTN PosX;
UINTN PosY;
Expand Down

0 comments on commit 0325cc2

Please sign in to comment.