summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/common/ffs_hb.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/pnor/common/ffs_hb.H')
-rw-r--r--src/usr/pnor/common/ffs_hb.H6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/usr/pnor/common/ffs_hb.H b/src/usr/pnor/common/ffs_hb.H
index a7f579129..62e2ad785 100644
--- a/src/usr/pnor/common/ffs_hb.H
+++ b/src/usr/pnor/common/ffs_hb.H
@@ -52,8 +52,7 @@ enum
FFS_CHIPSEL_UNUSED = 0xFF, /**< Chip select not used */
/* Compression : 1 byte */
- FFS_COMPRESS_XZ = 0x80, /**< Section is XZ compressed */
- FFS_COMPRESS_UNUSED = 0x7F, /**< Compression not used */
+ FFS_COMPRESS_UNUSED = 0xFF, /**< Compression not used */
/* Data Integrity : 2 bytes */
FFS_INTEG_ECC_PROTECT = 0x8000, /**< Data Integrity: ECC protected */
@@ -83,8 +82,7 @@ struct ffs_hb_user_t{
uint8_t verCheck; /**< Indicates Version check type */
uint8_t miscFlags; /**< Misc Partition related Flags */
uint8_t freeMisc[2]; /**< Unused Miscellaneious Info */
- uint32_t decompressSize; /**< Size after data is uncompressed in bytes */
- uint32_t freeUser[12]; /**< Unused User Data */
+ uint32_t freeUser[13]; /**< Unused User Data */
} PACKED;
OpenPOWER on IntegriCloud