summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-02-18 20:40:51 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 15:03:35 +0100
commit2b73c912694079203cbaf3e47f230bf20088408d (patch)
tree3af409890400ed10173995c899e8a08717ddfdfa
parente910ed1d703b9980d0326f84e381f894c83991c4 (diff)
Revert "tools: make imxheader size align on page size"
This reverts commit c31a8b2bdb47dc8fa71c259423bd8fed840b8a25. The introduction of a union results in correct alignment. The additional reserved word now misaligns the structure again. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Conflicts: tools/imximage.h
-rw-r--r--tools/imximage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/imximage.h b/tools/imximage.h
index 68602a93df..f2ddbc87d0 100644
--- a/tools/imximage.h
+++ b/tools/imximage.h
@@ -181,7 +181,6 @@ typedef struct {
typedef struct {
flash_header_v2_t fhdr;
boot_data_t boot_data;
- uint32_t reserved1;
union {
dcd_v2_t dcd_table;
#ifdef CONFIG_USE_PLUGIN