From 2b73c912694079203cbaf3e47f230bf20088408d Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 18 Feb 2016 20:40:51 +0100 Subject: 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 Signed-off-by: Stefan Agner Conflicts: tools/imximage.h --- tools/imximage.h | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3