From: Marek Vasut Date: Sun, 13 Aug 2023 05:15:05 +0000 (+0200) Subject: configs: sandbox64: Enable video 16bpp and 24bpp support X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~29^2~4 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=23de67cc78b560c39edbaa975df3a2946afaa135;p=uboot.git configs: sandbox64: Enable video 16bpp and 24bpp support Align the sandbox64 defconfig with sandbox defconfig. Enable missing 16bpp and 24bpp video support. This fixes ut_dm_dm_test_video_bmp16 and ut_dm_dm_test_video_bmp24 tests . Signed-off-by: Marek Vasut Reviewed-by: Simon Glass --- diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 4612d4fc4d..7d00282f2c 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -244,6 +244,8 @@ CONFIG_I2C_EDID=y CONFIG_VIDEO_SANDBOX_SDL=y CONFIG_OSD=y CONFIG_SANDBOX_OSD=y +CONFIG_BMP_16BPP=y +CONFIG_BMP_24BPP=y # CONFIG_WATCHDOG_AUTOSTART is not set CONFIG_WDT=y CONFIG_WDT_GPIO=y