[efi] Allow for longer device paths in debug messages

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/312/head
b1f6c1c4 2020-12-26 19:15:54 -05:00 committed by Michael Brown
parent da491eaae7
commit 485f8ce554
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ void dbg_efi_protocols ( EFI_HANDLE handle ) {
const __attribute__ (( pure )) char *
efi_devpath_text ( EFI_DEVICE_PATH_PROTOCOL *path ) {
EFI_BOOT_SERVICES *bs = efi_systab->BootServices;
static char text[256];
static char text[512];
size_t len;
CHAR16 *wtext;