summaryrefslogtreecommitdiff
path: root/ubi-utils/src/common.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-07-26 18:06:58 +0300
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-07-26 18:45:03 +0300
commite1b213ceabcc5984c7cb9e73c44eaced31c6d7e9 (patch)
tree107ff94d4d9a2cb38f1c0af9daac1d21331a7342 /ubi-utils/src/common.c
parent8b3cdd8105452737eba043c2e83cbfd8454223e1 (diff)
ubinize: add sequence number support
UBI now supports the image sequence number feature which prevents UBI from mistakingly accepting half-written images, if the image was written on top of an older image. Support this feature in ubinize and make it pick a random number for the UBI image sequence number. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/common.c')
-rw-r--r--ubi-utils/src/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ubi-utils/src/common.c b/ubi-utils/src/common.c
index 50a07ab..3fd470b 100644
--- a/ubi-utils/src/common.c
+++ b/ubi-utils/src/common.c
@@ -27,6 +27,7 @@
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
+#include "common.h"
/**
* get_multiplier - convert size specifier to an integer multiplier.