mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/nvmutil: minor cleanup in cmd_setmac
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -264,8 +264,8 @@ cmd_setmac(void)
|
||||
{
|
||||
int partnum;
|
||||
int mac_updated = 0;
|
||||
parse_mac_string();
|
||||
|
||||
parse_mac_string();
|
||||
printf("MAC address to be written: %s\n", mac);
|
||||
|
||||
for (partnum = 0; partnum < 2; partnum++)
|
||||
|
||||
Reference in New Issue
Block a user