mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
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>
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include <image.h>
|
||||
#include <inttypes.h>
|
||||
#include "imagetool.h"
|
||||
#include "linux/kernel.h"
|
||||
|
||||
#define __packed __attribute__((packed))
|
||||
|
||||
|
Reference in New Issue
Block a user