mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/nvmutil: make mac_updated a uint8_t
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user