The check for label property is really checking to see if a device exists and the better way to do that is to use DT_HAS_NODE(). Replace refernces of DT_NODE_HAS_PROP(DT_INST(...), label) with DT_HAS_NODE(DT_INST(...)). Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| disk_access_flash.c | ||
| disk_access_ram.c | ||
| disk_access_sdhc.h | ||
| disk_access_spi_sdhc.c | ||
| disk_access_usdhc.c | ||
| disk_access.c | ||
| fat12_ramdisk.h | ||
| Kconfig | ||