mbox series

[0/1] rpi: Fix compilation when CONFIG_VIDEO is disabled

Message ID 20240920063204.1049202-1-martin.stolpe@gmail.com
Headers show
Series rpi: Fix compilation when CONFIG_VIDEO is disabled | expand

Message

Martin Stolpe Sept. 20, 2024, 6:32 a.m. UTC
This patch will fix a compilation error if CONFIG_VIDEO is set to disabled.


Martin Stolpe (1):
  rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi

 board/raspberrypi/rpi/rpi.c | 2 +-
 boot/fdt_simplefb.c         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)