aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2020-05-05 10:01:10 +0000
committerAndrew Turner <andrew@FreeBSD.org>2020-05-05 10:01:10 +0000
commit4495f3687484e93a55031c415459ca19b030404f (patch)
tree049a2a5d024f394b5e67ab99f9e6dae4dc363842 /stand/efi
parent3d5e12ebce94791aa0d6df3e81e7a8ac48ee4b51 (diff)
Notes
Diffstat (limited to 'stand/efi')
-rw-r--r--stand/efi/boot1/proto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/efi/boot1/proto.c b/stand/efi/boot1/proto.c
index 7511cc4cf416..eeb3cd9568a4 100644
--- a/stand/efi/boot1/proto.c
+++ b/stand/efi/boot1/proto.c
@@ -38,12 +38,14 @@ __FBSDID("$FreeBSD$");
static EFI_GUID BlockIoProtocolGUID = BLOCK_IO_PROTOCOL;
static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL;
+#ifndef EFI_DEBUG
static const char *prio_str[] = {
"error",
"not supported",
"good",
"better"
};
+#endif
/*
* probe_handle determines if the passed handle represents a logical partition