diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2023-08-13 07:15:05 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-08-20 15:55:27 -0600 |
commit | 539485fd9ebd3611fcab2ef4cc50c5cdf77f87ae (patch) | |
tree | 37c514317c8989c1805d7cabb24fa1c07e77ab3c /configs | |
parent | d54c44b474874f1d91b77a76dfad77e7c771d390 (diff) | |
download | u-boot-539485fd9ebd3611fcab2ef4cc50c5cdf77f87ae.tar.gz u-boot-539485fd9ebd3611fcab2ef4cc50c5cdf77f87ae.tar.bz2 u-boot-539485fd9ebd3611fcab2ef4cc50c5cdf77f87ae.zip |
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 <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox64_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |