commit | 747440d0fa95f2205a8fcef49b6c7845700b6246 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 18 19:52:28 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:10:16 2016 -0700 |
tree | 249271d5cb0b0fcf090a71db00b3c9737ae64b26 | |
parent | 85e08db85bb9d446f3b48e42cec73f9f24073d52 [diff] |
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>