]> git.sur5r.net Git - u-boot/blobdiff - tools/ifdtool.c
tools: socfpga: Add SFP image V1 support
[u-boot] / tools / ifdtool.c
index 729991ee33f7ebf1677e186025ee63ecedead6a7..a576e2fce19a7a40e4ea30f44164b9b03c63c315 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * ifdtool - Manage Intel Firmware Descriptor information
  *
  * Copyright 2014 Google, Inc
  *
- * SPDX-License-Identifier:    GPL-2.0
- *
  * From Coreboot project, but it got a serious code clean-up
  * and a few new features
  */
@@ -19,7 +18,7 @@
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include "ifdtool.h"
 
 #undef DEBUG