[PATCH v1 0/1] rpi: Cleanup conditional compilation of framebuffer

Martin Stolpe martinstolpe at gmail.com
Wed Oct 23 15:09:19 CEST 2024


If CONFIG_FDT_SIMPLEFB is not set fdt_simplefb.c will not be compiled which results in a compilation error if CONFIG_OF_BOARD_SETUP is enabled. This patch will fix this error by not trying to setup a framebuffer node in this case.


Martin Stolpe (1):
  rpi: Only add frame buffer node if CONFIG_FDT_SIMPLEFB is set

 board/raspberrypi/rpi/rpi.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

-- 
2.43.0



More information about the U-Boot mailing list