mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
util/nvmutil: fix off by one bug
This commit is contained in:
@@ -358,7 +358,7 @@ cmd_copy(void)
|
|||||||
gbe + (part << 12), SIZE_4KB);
|
gbe + (part << 12), SIZE_4KB);
|
||||||
|
|
||||||
gbeFileModified = 1;
|
gbeFileModified = 1;
|
||||||
nvmPartModified[part] = 1;
|
nvmPartModified[part ^ 1] = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user