summaryrefslogtreecommitdiff
path: root/common/include
diff options
context:
space:
mode:
authorJérémy Dufour2012-11-08 14:10:02 +0100
committerJérémy Dufour2012-11-21 17:09:38 +0100
commite2465d55002d17784585a230ec04ffc02a2f08ad (patch)
tree79654e7eca95ca55f3a78b955ae6a1433c4ac319 /common/include
parent3188d4ad3f62911498f8e3664aae68af30cbf97b (diff)
common/include: fix indentation of spidcom_image_desc_200_t, refs #3452
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. */