mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
util/nvmutil: make mac_updated unsigned
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -378,7 +378,7 @@ static void
|
|||||||
cmd_setmac(void)
|
cmd_setmac(void)
|
||||||
{
|
{
|
||||||
size_t partnum;
|
size_t partnum;
|
||||||
int mac_updated = 0;
|
unsigned char mac_updated = 0;
|
||||||
|
|
||||||
parse_mac_string();
|
parse_mac_string();
|
||||||
printf("MAC address to be written: %s\n", mac);
|
printf("MAC address to be written: %s\n", mac);
|
||||||
|
|||||||
Reference in New Issue
Block a user