mirror of https://github.com/ipxe/ipxe.git
[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
parent
da491eaae7
commit
485f8ce554
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue