]> git.sur5r.net Git - u-boot/blobdiff - tools/dtoc/test_dtoc.py
Merge git://git.denx.de/u-boot-imx
[u-boot] / tools / dtoc / test_dtoc.py
index 41ed80e6dadb6f7570978d47742a7cf59372d840..99f4e1a13a4bc52d418370eca8d0055da0490ab2 100644 (file)
@@ -1,8 +1,6 @@
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2012 The Chromium OS Authors.
 #
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 """Tests for the dtb_platdata module
 
@@ -33,7 +31,7 @@ HEADER = '''/*
  */
 
 #include <stdbool.h>
-#include <libfdt.h>'''
+#include <linux/libfdt.h>'''
 
 C_HEADER = '''/*
  * DO NOT MODIFY