libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
[oweals/u-boot.git] / common / spl / spl_fit.c
index cc07fbc8a02adc332fd4a7b45b574aa0f74b17ad..b705d030e77521e497f8a2067d4387adc3858543 100644 (file)
@@ -8,7 +8,7 @@
 #include <common.h>
 #include <errno.h>
 #include <image.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include <spl.h>
 
 #ifndef CONFIG_SYS_BOOTM_LEN