summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-10 04:20:55 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-10 04:20:55 +0000
commitbaca2d8883ff1a0362ea5f55bc75c013b678a889 (patch)
tree21516a1da1c112ed95b5fedf8ff0b1cfa2da0c15 /util
parent80f3aac62d2516975c3f39e65bfbb779a0f99bd3 (diff)
util/nvmutil: remove stale define
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-rw-r--r--util/nvmutil/nvmutil.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index 20f07141..e2864b89 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -166,12 +166,6 @@ static void usage(uint8_t usage_exit);
#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).
*/