summaryrefslogtreecommitdiff
path: root/common/include
diff options
context:
space:
mode:
Diffstat (limited to 'common/include')
-rw-r--r--common/include/asm/arch/spid_img_desc.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/common/include/asm/arch/spid_img_desc.h b/common/include/asm/arch/spid_img_desc.h
index 82d2b89e11..cf2f86df9a 100644
--- a/common/include/asm/arch/spid_img_desc.h
+++ b/common/include/asm/arch/spid_img_desc.h
@@ -91,21 +91,21 @@ typedef struct {
* All values are in little-endian.
*/
typedef struct {
- char magic[8]; /* Magic number = "SPIDIMG\0"
- * = { 0x53, 0x50, 0x49, 0x44,
- * 0x49, 0x4d, 0x47, 0x00 } */
- uint32_t index; /* The biggest one is the image to boot */
- uint32_t is_valid:1; /* Is image valid (bootable ?) */
- uint32_t is_1st_boot:1; /* Is first image boot ? */
- uint32_t is_not_success:1; /* Is first boot successful ? */
- uint32_t size; /* Firmware size (descriptor included) */
- uint32_t type; /* Image type : 0 is normal image */
- uint8_t md5_sum[16]; /* MD5 checksum of the whole firmware */
- char version[64]; /* Image version string */
- char description[64]; /* Image description string */
- uint32_t arch; /* spc200e, spc200c or unknown */
- char reserved[852];
- char image[0]; /* Used in bootloader */
+ char magic[8]; /* Magic number = "SPIDIMG\0"
+ * = { 0x53, 0x50, 0x49, 0x44,
+ * 0x49, 0x4d, 0x47, 0x00 } */
+ uint32_t index; /* The biggest one is the image to boot */
+ uint32_t is_valid:1; /* Is image valid (bootable ?) */
+ uint32_t is_1st_boot:1; /* Is first image boot ? */
+ uint32_t is_not_success:1; /* Is first boot successful ? */
+ uint32_t size; /* Firmware size (descriptor included) */
+ uint32_t type; /* Image type : 0 is normal image */
+ uint8_t md5_sum[16]; /* MD5 checksum of the whole firmware */
+ char version[64]; /* Image version string */
+ char description[64]; /* Image description string */
+ uint32_t arch; /* spc200e, spc200c or unknown */
+ char reserved[852];
+ char image[0]; /* Used in bootloader */
} spidcom_image_desc_200_t;
/* For more information on ARCH_IS_POLUX, see polux/include/image_desc.h. */