diff options
-rw-r--r-- | util/smmstoretool/storage.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/smmstoretool/storage.c b/util/smmstoretool/storage.c index 8a02384108..87284f7bf3 100644 --- a/util/smmstoretool/storage.c +++ b/util/smmstoretool/storage.c @@ -50,6 +50,12 @@ bool storage_open(const char store_file[], struct storage_t *storage, bool rw) goto error; } + fprintf(stderr, + "\nThe variable store has not been found in the ROM image\n" + "and is about to be initialized. This situation is normal\n" + "for a release image, as the variable store is usually\n" + "initialized on the first boot of the platform.\n\n"); + if (!fv_init(storage->region)) { fprintf(stderr, "Failed to create variable store in \"%s\"\n", |