util/nvmutil: remove stale define

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-10 04:20:55 +00:00
parent 80f3aac62d
commit baca2d8883
-6
View File
@@ -165,12 +165,6 @@ static void usage(uint8_t usage_exit);
#define NVM_WORDS (NVM_SIZE >> 1)
#define NVM_CHECKSUM_WORD (NVM_WORDS - 1)
/*
* When reading files, we loop on error EINTR
* a maximum number of times as defined, thus:
*/
#define MAX_RETRY_RW 30
/*
* Portable macro based on BSD nitems.
* Used to count the number of commands (see below).