X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fkwbimage.h;h=0b6d05bef1096df112f9fdc9bd24f438e8e1d957;hb=20a154f95bfe0a3b5bfba90bea7f001c58217536;hp=2160c8f997d7db41b9e85b499885cea6d61c10c9;hpb=39632b4a01210e329333d787d828157dcd2c7328;p=oweals%2Fu-boot.git diff --git a/tools/kwbimage.h b/tools/kwbimage.h index 2160c8f997..0b6d05bef1 100644 --- a/tools/kwbimage.h +++ b/tools/kwbimage.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2008 * Marvell Semiconductor * Written-by: Prafulla Wadaskar - * - * 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 */