aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ihex.h
diff options
context:
space:
mode:
authorMarc Zyngier <maz@misterjones.org>2008-08-02 19:12:23 +0200
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-08-02 18:36:10 +0100
commit85ebd00334099fd5d296bcae74a66c943d46686d (patch)
tree07f799155fd03f15606e7c49a7d6547fb6f18563 /include/linux/ihex.h
parent[MTD] Fix !CONFIG_BLOCK compile for mtdsuper.c (diff)
downloadlinux-dev-85ebd00334099fd5d296bcae74a66c943d46686d.tar.xz
linux-dev-85ebd00334099fd5d296bcae74a66c943d46686d.zip
Fix IHEX firmware generation/loading
Fix both the IHEX firmware generation (len field always null, and EOF marker a byte too short) and loading (struct ihex_binrec needs to be packed to reflect the on-disk structure). Signed-off-by: Marc Zyngier <maz@misterjones.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux/ihex.h')
-rw-r--r--include/linux/ihex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ihex.h b/include/linux/ihex.h
index 2baace2788a7..31d8629e75a1 100644
--- a/include/linux/ihex.h
+++ b/include/linux/ihex.h
@@ -18,7 +18,7 @@ struct ihex_binrec {
__be32 addr;
__be16 len;
uint8_t data[0];
-} __attribute__((aligned(4)));
+} __attribute__((packed));
/* Find the next record, taking into account the 4-byte alignment */
static inline const struct ihex_binrec *