mkimage: fit: Do not tail-pad fitImage with external data
[oweals/u-boot.git] / tools / kwbimage.h
index 2160c8f997d7db41b9e85b499885cea6d61c10c9..0b6d05bef1096df112f9fdc9bd24f438e8e1d957 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2008
  * Marvell Semiconductor <www.marvell.com>
  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _KWBIMAGE_H_
@@ -30,8 +29,6 @@
 #define IBR_HDR_UART_ID                        0x69
 #define IBR_DEF_ATTRIB                 0x00
 
-#define ALIGN_SUP(x, a) (((x) + (a - 1)) & ~(a - 1))
-
 /* Structure of the main header, version 0 (Kirkwood, Dove) */
 struct main_hdr_v0 {
        uint8_t  blockid;               /* 0x0       */