video: Support showing the U-Boot logo
Show the U-Boot logo by default. This is only 7KB in size so seems like
a useful default for boards that enable a display.
If SPLASH_SCREEN is enabled, it is not enabled by default, so as not to
conflict with that feature.
Also disable it for tests, since we don't want to complicate the output.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- drivers/video/Kconfig 1 addition, 0 deletionsdrivers/video/Kconfig
- drivers/video/Makefile 3 additions, 0 deletionsdrivers/video/Makefile
- drivers/video/sandbox_sdl.c 2 additions, 0 deletionsdrivers/video/sandbox_sdl.c
- drivers/video/u_boot_logo.bmp 0 additions, 0 deletionsdrivers/video/u_boot_logo.bmp
- drivers/video/video-uclass.c 26 additions, 0 deletionsdrivers/video/video-uclass.c
- include/video.h 2 additions, 0 deletionsinclude/video.h
- scripts/Makefile.lib 21 additions, 0 deletionsscripts/Makefile.lib
- test/dm/video.c 34 additions, 9 deletionstest/dm/video.c
drivers/video/u_boot_logo.bmp
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment