]> git.sur5r.net Git - u-boot/blobdiff - tools/dtoc/dtb_platdata.py
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
[u-boot] / tools / dtoc / dtb_platdata.py
index dc9c0d9f45883b2a2c51f5ccd79c0f14a78bc8ae..c5767e5fb41a5d5877036a284fc5a928f8784efb 100644 (file)
@@ -422,7 +422,7 @@ class DtbPlatdata(object):
         """
         self.out_header()
         self.out('#include <stdbool.h>\n')
-        self.out('#include <libfdt.h>\n')
+        self.out('#include <linux/libfdt.h>\n')
 
         # Output the struct definition
         for name in sorted(structs):