From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 27 Jul 2016 19:34:21 +0200 Subject: [U-Boot] [PATCH v2] splash: Introduce default_splash_locations In-Reply-To: <1469515972-12667-1-git-send-email-agust@denx.de> References: <1467402496-15043-1-git-send-email-abrodkin@synopsys.com> <1469515972-12667-1-git-send-email-agust@denx.de> Message-ID: <20160727193421.31f3ab15@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 26 Jul 2016 08:52:52 +0200 Anatolij Gustschin agust at denx.de wrote: > From: Alexey Brodkin > > 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 > Cc: Nikita Kiryanov > Cc: Simon Glass > Cc: Jeroen Hofstee > Signed-off-by: Anatolij Gustschin > --- > > 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