]> git.sur5r.net Git - u-boot/blobdiff - libfdt/fdt_rw.c
[new uImage] Add libfdt support to mkimage
[u-boot] / libfdt / fdt_rw.c
index 6673f8ec962ad39510e25a36a56a3fd5cd5650d8..2fb81dd39888ce10d63c62983acb798d104e0aa9 100644 (file)
  */
 #include "libfdt_env.h"
 
+#ifndef USE_HOSTCC
 #include <fdt.h>
 #include <libfdt.h>
+#else
+#include "fdt_host.h"
+#endif
 
 #include "libfdt_internal.h"