tools: mkimage: use common ALIGN to do the size align
[oweals/u-boot.git] / tools / dumpimage.h
index d78523ded7231e869f29193cf15bb072ffc86333..e31d163292eebea3f62a3953a24355e4f3cd58f3 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Based on mkimage.c.
  *
  * Written by Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _DUMPIMAGE_H_
@@ -18,7 +17,7 @@
 #include <sys/stat.h>
 #include <time.h>
 #include <unistd.h>
-#include <sha1.h>
+#include <u-boot/sha1.h>
 #include "fdt_host.h"
 #include "imagetool.h"