diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-18 19:52:28 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:10:16 -0700 |
commit | 747440d0fa95f2205a8fcef49b6c7845700b6246 (patch) | |
tree | 249271d5cb0b0fcf090a71db00b3c9737ae64b26 /include/configs | |
parent | 85e08db85bb9d446f3b48e42cec73f9f24073d52 (diff) | |
download | u-boot-imx-747440d0fa95f2205a8fcef49b6c7845700b6246.zip u-boot-imx-747440d0fa95f2205a8fcef49b6c7845700b6246.tar.gz u-boot-imx-747440d0fa95f2205a8fcef49b6c7845700b6246.tar.bz2 |
dm: video: test: Test that bitmap display works correctly
Add a test for the 'bmp' command. Test both the uncompressed and compressed
versions of the file, since they use different code paths.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sandbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 23ae44c..6498981 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -163,6 +163,8 @@ #define CONFIG_SYS_CONSOLE_IS_IN_ENV #define LCD_BPP LCD_COLOR16 #define CONFIG_LCD_BMP_RLE8 +#define CONFIG_VIDEO_BMP_RLE8 +#define CONFIG_SPLASH_SCREEN_ALIGN #define CONFIG_KEYBOARD |