util/nvmutil: make mac_updated a uint8_t

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-07 02:38:36 +00:00
parent ef2937edbd
commit 49eca198da
+1 -1
View File
@@ -462,7 +462,7 @@ static void
cmd_setmac(void)
{
size_t partnum;
unsigned char mac_updated = 0;
uint8_t mac_updated = 0;
parse_mac_string();
printf("MAC address to be written: %s\n", mac_str);