diff options
Diffstat (limited to 'common/fdt_support.c')
-rw-r--r-- | common/fdt_support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fdt_support.c b/common/fdt_support.c index 0e2f12bd09c..39c7a90d2ce 100644 --- a/common/fdt_support.c +++ b/common/fdt_support.c @@ -1973,7 +1973,7 @@ int fdt_setup_simplefb_node(void *fdt, int node, u64 base_address, u32 width, return 0; } -#if IS_ENABLED(CONFIG_VIDEO) +#if CONFIG_IS_ENABLED(VIDEO) int fdt_add_fb_mem_rsv(void *blob) { struct fdt_memory mem; |