diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-24 13:34:07 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-24 13:34:07 +0000 |
commit | 5aaf27f80c387e7c6fa332efe3e564217b89908f (patch) | |
tree | fc437d6c2f866b2d82c733b933902d162c6bbf0a /util | |
parent | c829b45c17c529563823045d7dbee592983bdd21 (diff) |
remove errant comment in nvmutil
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-rw-r--r-- | util/nvmutil/nvmutil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 24ee9f91..6f08a859 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -26,7 +26,6 @@ uint8_t hextonum(char chs), rhex(void); #define PARTN argv[3] #define NVM_CHECKSUM 0xBABA -/* gbe is two block sizes, i.e. one of the following multiplied by two: */ #define SIZE_8KB 0x2000 #define SIZE_16KB 0x4000 #define SIZE_64KB 0x10000 |