summaryrefslogtreecommitdiff
path: root/include/imx8image.h
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2020-03-30 11:56:17 +0800
committerTom Rini <trini@konsulko.com>2020-04-24 10:10:00 -0400
commitc738adb8dbbf28a34f8574239a241e85d46f3877 (patch)
treef16bc06c077bda0a20db03571e23c053d9a95363 /include/imx8image.h
parent9b544c9eb312741e8e27bb738329bcf2737168ad (diff)
tool: Move ALIGN_MASK to header as common MACRO
The ALIGN code is need by many files who need handle structure or image align, so move the macro to imagetool.h file. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Punit Agrawal <punit1.agrawal@toshiba.co.jp> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/imx8image.h')
-rw-r--r--include/imx8image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/imx8image.h b/include/imx8image.h
index 68ec9f5fcd..00c614ab6c 100644
--- a/include/imx8image.h
+++ b/include/imx8image.h
@@ -11,7 +11,6 @@
#include <image.h>
#include <inttypes.h>
#include "imagetool.h"
-#include "linux/kernel.h"
#define __packed __attribute__((packed))