aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/fake-nvram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/fake-nvram.c b/hw/fake-nvram.c
index 2adf8ad..236ad5b 100644
--- a/hw/fake-nvram.c
+++ b/hw/fake-nvram.c
@@ -19,7 +19,7 @@
#include <mem_region.h>
#include <lock.h>
-static struct mem_region *nvram_region = NULL;
+static struct mem_region *nvram_region;
static struct lock fake_nvram_lock = LOCK_UNLOCKED;
int fake_nvram_info(uint32_t *total_size)