]> git.sur5r.net Git - u-boot/blobdiff - tools/ubsha1.c
mkimage: Refactor imagetool_get_source_date to take command name
[u-boot] / tools / ubsha1.c
index 1041588d0b037aa7bdd5909644d352c5b20bab25..90a6f3f59d2da956b6342284ed66bffa9e8671f9 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2007
  * Heiko Schocher, DENX Software Engineering, <hs@denx.de>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include "os_support.h"
@@ -13,7 +12,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/stat.h>
-#include "sha1.h"
+#include <u-boot/sha1.h>
 
 int main (int argc, char **argv)
 {