dm: core: Decouple DM from DT
[platform/kernel/u-boot.git] / drivers / core / util.c
index 60b939a..7dc1a2a 100644 (file)
@@ -31,6 +31,7 @@ int list_count_items(struct list_head *head)
        return count;
 }
 
+#if CONFIG_IS_ENABLED(OF_CONTROL) && !CONFIG_IS_ENABLED(OF_PLATDATA)
 bool dm_ofnode_pre_reloc(ofnode node)
 {
 #if defined(CONFIG_SPL_BUILD) || defined(CONFIG_TPL_BUILD)
@@ -56,3 +57,4 @@ bool dm_ofnode_pre_reloc(ofnode node)
        return false;
 #endif
 }
+#endif