summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/local/opt_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include/rtems/bsd/local/opt_platform.h')
-rw-r--r--rtemsbsd/include/rtems/bsd/local/opt_platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtemsbsd/include/rtems/bsd/local/opt_platform.h b/rtemsbsd/include/rtems/bsd/local/opt_platform.h
index e69de29b..6452ba0d 100644
--- a/rtemsbsd/include/rtems/bsd/local/opt_platform.h
+++ b/rtemsbsd/include/rtems/bsd/local/opt_platform.h
@@ -0,0 +1,4 @@
+#include <bsp/fdt.h>
+#ifdef BSP_FDT_IS_SUPPORTED
+#define FDT 1
+#endif