diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2020-03-30 11:56:17 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-24 10:10:00 -0400 |
commit | c738adb8dbbf28a34f8574239a241e85d46f3877 (patch) | |
tree | f16bc06c077bda0a20db03571e23c053d9a95363 /include/imx8image.h | |
parent | 9b544c9eb312741e8e27bb738329bcf2737168ad (diff) | |
download | u-boot-c738adb8dbbf28a34f8574239a241e85d46f3877.tar.gz |
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.h | 1 |
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)) |