Skip to content

Commit

Permalink
boot: fdt_simplefb: Remove conditional compilation checks for VIDEO K…
Browse files Browse the repository at this point in the history
…config

CONFIG_VIDEO conditional compilation checks are no longer needed since
FDT_SIMPLEFB Kconfig now depends on VIDEO Kconfig.

Signed-off-by: Devarsh Thakkar <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
  • Loading branch information
Devarsh Thakkar authored and vdsao committed Oct 22, 2024
1 parent c525423 commit 944e515
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions boot/fdt_simplefb.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ static int fdt_simplefb_enable_existing_node(void *blob)
return fdt_simplefb_configure_node(blob, off);
}

#if IS_ENABLED(CONFIG_VIDEO)
int fdt_simplefb_enable_and_mem_rsv(void *blob)
{
int ret;
Expand All @@ -118,4 +117,3 @@ int fdt_simplefb_enable_and_mem_rsv(void *blob)

return fdt_add_fb_mem_rsv(blob);
}
#endif

0 comments on commit 944e515

Please sign in to comment.