diff options
| author | Devarsh Thakkar <[email protected]> | 2024-09-25 20:43:53 +0530 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2024-10-22 19:54:08 +0200 |
| commit | 944e515e759db4f9660245bd09e2df9051dd0b27 (patch) | |
| tree | 92612cf276d2713e93e0b45830d0abec43add3db /boot | |
| parent | c525423e5cd66f88237d67071f169ed16df4d1a8 (diff) | |
boot: fdt_simplefb: Remove conditional compilation checks for VIDEO Kconfig
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]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/fdt_simplefb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/boot/fdt_simplefb.c b/boot/fdt_simplefb.c index 71b833eb9bd..5822131767d 100644 --- a/boot/fdt_simplefb.c +++ b/boot/fdt_simplefb.c @@ -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; @@ -118,4 +117,3 @@ int fdt_simplefb_enable_and_mem_rsv(void *blob) return fdt_add_fb_mem_rsv(blob); } -#endif |
