util/nvmutil: fix off by one bug

This commit is contained in:
Leah Rowe
2022-11-26 23:50:04 +00:00
parent 0108615f37
commit 55a951a718

View File

@@ -358,7 +358,7 @@ cmd_copy(void)
gbe + (part << 12), SIZE_4KB);
gbeFileModified = 1;
nvmPartModified[part] = 1;
nvmPartModified[part ^ 1] = 1;
}
}