mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/nvmutil: remove stale define
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user