Hi Tom, please pull video driver fixes for for v2023.10.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/17338 Thanks, Anatolij The following changes since commit a5899cc69a99379f01e8e2f9f98e0e09b24f1656: Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog (2023-08-10 11:40:09 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20230814 for you to fetch changes up to 04cc66c047d959dc1b22a625b7949a26793ac52b: rpi: set the correct parameter for simple framebuffer node (2023-08-13 23:57:46 +0200) ---------------------------------------------------------------- - fix NULL dereference in vidconsole_measure() - fix simplefb format for raspberrypi-4b - fix typo in Kconfig ---------------------------------------------------------------- Bin Meng (2): video: vidconsole: Fix null dereference of ops->measure video: kconfig: Fix a typo in SPL_VIDEO_REMOVE Jason Wessel (1): bcm2835: Add simiple-framebuffer for use with fkms Meng Li (1): rpi: set the correct parameter for simple framebuffer node board/raspberrypi/rpi/rpi.c | 2 ++ drivers/video/Kconfig | 2 +- drivers/video/bcm2835.c | 3 +++ drivers/video/vidconsole-uclass.c | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-)