util/nvmutil: make op a const

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-03 16:04:43 +00:00
parent d267cd36cc
commit f03570b674
+1 -1
View File
@@ -82,7 +82,7 @@ typedef struct op {
void (*cmd)(void);
int args;
} op_t;
static op_t op[] = {
static const op_t op[] = {
{ "dump", cmd_dump, 3 },
{ "setmac", cmd_setmac, 3 },
{ "swap", cmd_swap, 3 },