summaryrefslogtreecommitdiff
path: root/common/fdt_simplefb.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fdt_simplefb.c')
-rw-r--r--common/fdt_simplefb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fdt_simplefb.c b/common/fdt_simplefb.c
index 71d4c8fde90..282c34fe0b9 100644
--- a/common/fdt_simplefb.c
+++ b/common/fdt_simplefb.c
@@ -82,7 +82,7 @@ int fdt_simplefb_enable_existing_node(void *blob)
return fdt_simplefb_configure_node(blob, off);
}
-#if CONFIG_IS_ENABLED(VIDEO)
+#if IS_ENABLED(CONFIG_VIDEO)
int fdt_simplefb_enable_and_mem_rsv(void *blob)
{
struct fdt_memory mem;