aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/fmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/cbfstool/fmd.h')
-rw-r--r--util/cbfstool/fmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cbfstool/fmd.h b/util/cbfstool/fmd.h
index 2d8c57f922..90e6d6e176 100644
--- a/util/cbfstool/fmd.h
+++ b/util/cbfstool/fmd.h
@@ -32,6 +32,7 @@
union flashmap_flags {
struct {
int cbfs: 1; /* The section contains a CBFS area. */
+ int preserve: 1; /* Preserve the section before update. */
} f;
int v;
};