]> Git Repo - J-u-boot.git/blobdiff - drivers/firmware/firmware-uclass.c
treewide: Simply conditions with the new OF_REAL
[J-u-boot.git] / drivers / firmware / firmware-uclass.c
index bfaf283eed5f85ba97ca79025ba47a12c4ff227b..e83a147a000b6d919cd10d530e4b4b1ac209efe7 100644 (file)
@@ -9,7 +9,7 @@
 UCLASS_DRIVER(firmware) = {
        .id             = UCLASS_FIRMWARE,
        .name           = "firmware",
-#if CONFIG_IS_ENABLED(OF_CONTROL) && !CONFIG_IS_ENABLED(OF_PLATDATA)
+#if CONFIG_IS_ENABLED(OF_REAL)
        .post_bind      = dm_scan_fdt_dev,
 #endif
 };
This page took 0.025135 seconds and 4 git commands to generate.