diff options
author | Frank Haverkamp <haver@vnet.ibm.com> | 2007-11-24 11:04:50 +0100 |
---|---|---|
committer | Frank Haverkamp <haver@vnet.ibm.com> | 2007-11-24 11:04:50 +0100 |
commit | db9cd63b656507b86723500840ec1543fab9c7cf (patch) | |
tree | 91e18526fee0c79abb40a9c94092e3f7dec032c1 /ubi-utils/src/eb_chain.h | |
parent | 26b91d381b06145e003cb1781b5a3467270a8347 (diff) |
ubi-utils: Update and bugfix unubi
Drake Dawsett had done some changes to our unubi which where not yet
published. I hereby send his latest code and integrated the parameter
handling which was changed in our version. When reviewing this very
huge patch we need to ensure that possible changes of others are not
reversed.
Signed-off-by: Frank Haverkamp <haver@vnet.ibm.com>
Diffstat (limited to 'ubi-utils/src/eb_chain.h')
-rw-r--r-- | ubi-utils/src/eb_chain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubi-utils/src/eb_chain.h b/ubi-utils/src/eb_chain.h index f640c54..4c94058 100644 --- a/ubi-utils/src/eb_chain.h +++ b/ubi-utils/src/eb_chain.h @@ -52,8 +52,8 @@ typedef struct eb_info *eb_info_t; struct eb_info { - struct ubi_ec_hdr outer; - struct ubi_vid_hdr inner; + struct ubi_ec_hdr ec; + struct ubi_vid_hdr vid; fpos_t eb_top; uint32_t linear; |