]> Git Repo - J-u-boot.git/blobdiff - include/fdt_support.h
env: Use static_assert() to check if default_environment is too large
[J-u-boot.git] / include / fdt_support.h
index 72a5b90c97ca0d42a490144d578fced2b8771623..88d129c8038781c85852f38668a0fca12125e6ef 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef __FDT_SUPPORT_H
 #define __FDT_SUPPORT_H
 
-#ifdef CONFIG_OF_LIBFDT
+#if defined(CONFIG_OF_LIBFDT) && !defined(USE_HOSTCC)
 
 #include <asm/u-boot.h>
 #include <linux/libfdt.h>
This page took 0.026675 seconds and 4 git commands to generate.