mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
util/nvmutil: make do_read a uint8_t
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -404,7 +404,7 @@ static void
|
|||||||
read_gbe_file(void)
|
read_gbe_file(void)
|
||||||
{
|
{
|
||||||
size_t p;
|
size_t p;
|
||||||
unsigned char do_read[2] = {1, 1};
|
uint8_t do_read[2] = {1, 1};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The copy, brick and setchecksum commands need
|
* The copy, brick and setchecksum commands need
|
||||||
|
|||||||
Reference in New Issue
Block a user