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