]> git.sur5r.net Git - u-boot/blobdiff - tools/dtoc/test_dtoc.py
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
[u-boot] / tools / dtoc / test_dtoc.py
index 41ed80e6dadb6f7570978d47742a7cf59372d840..0553b5cdf9060bbf50f53a3eb91ad9870b136c02 100644 (file)
@@ -33,7 +33,7 @@ HEADER = '''/*
  */
 
 #include <stdbool.h>
-#include <libfdt.h>'''
+#include <linux/libfdt.h>'''
 
 C_HEADER = '''/*
  * DO NOT MODIFY