mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 02:40:27 +03:00
[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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user