[efi] Allow for longer device paths in debug messages

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
b1f6c1c4
2020-12-26 19:15:54 -05:00
committed by Michael Brown
parent da491eaae7
commit 485f8ce554

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;