tools: kwbimage: use common ALIGN to do the size align
[oweals/u-boot.git] / tools / kwbimage.h
index 25bc08c5ce5514a46378cae7f7b6a8be8ead03ac..0b6d05bef1096df112f9fdc9bd24f438e8e1d957 100644 (file)
@@ -29,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       */