diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-03 01:45:55 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-03 01:45:55 +0000 |
commit | 2c7b9fb9412cd24c2fbf2191cb9b012faf8ad441 (patch) | |
tree | 63369401b858631650e5beed7d068d70cfa6a6aa /util/nvmutil/nvmutil.c | |
parent | 57f9906f6d148d2c302e38923a64664c74b4934a (diff) |
util/nvmutil: Capitalise BABA
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
-rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 950fc2e8..460bd2b2 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -24,7 +24,7 @@ uint8_t hextonum(char chs), rhex(void); #define MAC_ADDRESS argv[3] #define PARTN argv[3] #define SIZE_4KB 0x1000 -#define NVM_CHECKSUM 0xbaba +#define NVM_CHECKSUM 0xBABA uint16_t buf16[SIZE_4KB], mac[3] = {0, 0, 0}; uint8_t *buf = (uint8_t *) &buf16; |