diff options
author | Alexander Schmidt <alexs@linux.vnet.ibm.com> | 2007-10-03 10:41:25 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-10-03 10:41:25 +0300 |
commit | 26b91d381b06145e003cb1781b5a3467270a8347 (patch) | |
tree | 9951e808494f15c64786caaec5eb1fe9487fff1a /ubi-utils/src/ubimirror.c | |
parent | 42a842d2815e9eed732c6fde8f20bf6d4b4a54cb (diff) |
ubi-utils: migrate to new libubi
This patchset migrates the remaining tools (pddcustomize, ubimirror and
pfiflash) to the new libubi.
Signed-off-by: Alexander Schmidt <alexs@linux.vnet.ibm.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/ubimirror.c')
-rw-r--r-- | ubi-utils/src/ubimirror.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ubi-utils/src/ubimirror.c b/ubi-utils/src/ubimirror.c index c8bdb8a..2cc4596 100644 --- a/ubi-utils/src/ubimirror.c +++ b/ubi-utils/src/ubimirror.c @@ -19,6 +19,7 @@ * * 1.2 Removed argp because we want to use uClibc. * 1.3 Minor cleanups + * 1.4 Migrated to new libubi */ #include <stdio.h> @@ -35,7 +36,7 @@ #include "example_ubi.h" #include "ubimirror.h" -#define PROGRAM_VERSION "1.3" +#define PROGRAM_VERSION "1.4" typedef enum action_t { ACT_NORMAL = 0, |