diff options
Diffstat (limited to 'util/nvmutil/nvmutil.c')
-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 |