diff options
author | Frank Haverkamp <haver@vnet.ibm.com> | 2007-11-24 11:04:51 +0100 |
---|---|---|
committer | Frank Haverkamp <haver@vnet.ibm.com> | 2007-11-24 11:04:51 +0100 |
commit | 636524b9c8fa81d0c07f1f0bbf3ac9e5f6287247 (patch) | |
tree | e46cd01ea64fb89eef7ca52b25ede977eac29a56 /ubi-utils/src/unubi_analyze.h | |
parent | 26c965bc654d67881fc54f4b24a552600752dadd (diff) |
ubi-utils: unubi add physical erase block number for analysis
The number is usefull to analyze cards with broken flash content.
Signed-off-by: Frank Haverkamp <haver@vnet.ibm.com>
Diffstat (limited to 'ubi-utils/src/unubi_analyze.h')
-rw-r--r-- | ubi-utils/src/unubi_analyze.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubi-utils/src/unubi_analyze.h b/ubi-utils/src/unubi_analyze.h index 243ea58..8588219 100644 --- a/ubi-utils/src/unubi_analyze.h +++ b/ubi-utils/src/unubi_analyze.h @@ -66,6 +66,7 @@ struct eb_info { int vid_crc_ok; int data_crc_ok; uint32_t phys_addr; + int phys_block; struct eb_info *next; struct eb_info *older; |