mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/nvmutil: tidy up read_gbe
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -373,7 +373,9 @@ read_gbe(void)
|
|||||||
*
|
*
|
||||||
* We can skip reading the other part, thus:
|
* We can skip reading the other part, thus:
|
||||||
*/
|
*/
|
||||||
if (cmd == cmd_copy || cmd == cmd_brick || cmd == cmd_setchecksum)
|
if (cmd == cmd_copy ||
|
||||||
|
cmd == cmd_brick ||
|
||||||
|
cmd == cmd_setchecksum)
|
||||||
do_read[part ^ 1] = 0;
|
do_read[part ^ 1] = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user