tools: mkimage: use common ALIGN to do the size align
[oweals/u-boot.git] / tools / ifdtool.h
index fbec421bee2397c985d322d38afc3a1da3bb31b3..bb70b2f710dc3f044b7c9ab728f63f6789293010 100644 (file)
@@ -1,10 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * ifdtool - Manage Intel Firmware Descriptor information
  *
  * Copyright (C) 2011 The ChromiumOS Authors.
  *
- * SPDX-License-Identifier:    GPL-2.0
- *
  * From Coreboot project
  */
 
@@ -14,6 +13,8 @@
 
 #define IFDTOOL_VERSION "1.1-U-Boot"
 
+#define WRITE_MAX      16
+
 enum spi_frequency {
        SPI_FREQUENCY_20MHZ = 0,
        SPI_FREQUENCY_33MHZ = 1,