]> git.sur5r.net Git - u-boot/blobdiff - tools/fdt_host.h
binman: Support updating the device tree with calc'd info
[u-boot] / tools / fdt_host.h
index 8d4aa066bb074497b335626f91eaf7e932233a20..99b009b2210928717d6f2a6183e61f247a25a6d7 100644 (file)
@@ -1,14 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2008 Semihalf
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __FDT_HOST_H__
 #define __FDT_HOST_H__
 
 /* Make sure to include u-boot version of libfdt include files */
-#include "../include/libfdt.h"
+#include "../include/linux/libfdt.h"
 #include "../include/fdt_support.h"
 
 /**