
On Tue, 26 Jul 2016 08:52:52 +0200 Anatolij Gustschin agust@denx.de wrote:
From: Alexey Brodkin Alexey.Brodkin@synopsys.com
This change introduces default_splash_locations which simplifies splash recovery from the first partition of USB/MMC/SATA drive.
Given usual mapping of the first partition of external media for basic boot stuff like uImage/zImage, .dtb etc it looks quite obvious option to put there splash.bmp as well.
Signed-off-by: Alexey Brodkin abrodkin@synopsys.com Cc: Nikita Kiryanov nikita@compulab.co.il Cc: Simon Glass sjg@chromium.org Cc: Jeroen Hofstee jeroen@myspectrum.nl Signed-off-by: Anatolij Gustschin agust@denx.de
Changes in v2:
- add empty splash_source_load() if CONFIG_SPLASH_SOURCE is not defined (fixes building sandbox configuration)
common/splash.c | 30 +++++++++++++++++++++++++++++- include/splash.h | 9 +++++++++ 2 files changed, 38 insertions(+), 1 deletion(-)
applied to u-boot-video/master.
-- Anatolij