[U-Boot] Please pull: u-boot-video/master

Hi Tom,
The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:
Prepare v2016.07 (2016-07-11 15:01:01 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
for you to fetch changes up to 68b344bb47a553beb952571be006cebec7ac2f22:
splash: Introduce default_splash_locations (2016-07-25 22:54:43 +0200)
---------------------------------------------------------------- Alexey Brodkin (2): splash: Accommodate DM_USB in splash_init_usb() splash: Introduce default_splash_locations
Tim Harvey (1): video: allow version string to be optional when using LOGO
README | 3 +++ common/splash.c | 30 +++++++++++++++++++++++++++++- common/splash_source.c | 6 +++++- drivers/video/cfb_console.c | 4 +++- 4 files changed, 40 insertions(+), 3 deletions(-)
Please pull. Thanks,
Anatolij

On 07/25/2016 03:06 PM, Anatolij Gustschin wrote:
Hi Tom,
The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:
Prepare v2016.07 (2016-07-11 15:01:01 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
for you to fetch changes up to 68b344bb47a553beb952571be006cebec7ac2f22:
splash: Introduce default_splash_locations (2016-07-25 22:54:43 +0200)
Alexey Brodkin (2): splash: Accommodate DM_USB in splash_init_usb() splash: Introduce default_splash_locations
That patch causes build failures for sandbox:
sandbox: + sandbox +common/built-in.o: In function `splash_screen_prepare': +common/splash.c:56: undefined reference to `splash_source_load' +collect2: error: ld returned 1 exit status +make[1]: *** [u-boot] Error 1 +make: *** [sub-make] Error 2

On Mon, Jul 25, 2016 at 03:18:04PM -0600, Stephen Warren wrote:
On 07/25/2016 03:06 PM, Anatolij Gustschin wrote:
Hi Tom,
The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:
Prepare v2016.07 (2016-07-11 15:01:01 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
for you to fetch changes up to 68b344bb47a553beb952571be006cebec7ac2f22:
splash: Introduce default_splash_locations (2016-07-25 22:54:43 +0200)
Alexey Brodkin (2): splash: Accommodate DM_USB in splash_init_usb() splash: Introduce default_splash_locations
That patch causes build failures for sandbox:
sandbox: + sandbox +common/built-in.o: In function `splash_screen_prepare': +common/splash.c:56: undefined reference to `splash_source_load' +collect2: error: ld returned 1 exit status +make[1]: *** [u-boot] Error 1 +make: *** [sub-make] Error 2
Hey, good catch. Anatolij, please fix and re-submit, thanks!

Hi Tom,
On Mon, 25 Jul 2016 17:46:31 -0400 Tom Rini trini@konsulko.com wrote: ...
Hey, good catch. Anatolij, please fix and re-submit, thanks!
sandbox build fixed now, here is updated pull request:
The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:
Prepare v2016.07 (2016-07-11 15:01:01 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
for you to fetch changes up to b6de2cd7ee5af536ae67ab5522b69e5c4925f5f2:
splash: Introduce default_splash_locations (2016-07-26 08:47:37 +0200)
---------------------------------------------------------------- Alexey Brodkin (2): splash: Accommodate DM_USB in splash_init_usb() splash: Introduce default_splash_locations
Tim Harvey (1): video: allow version string to be optional when using LOGO
README | 3 +++ common/splash.c | 30 +++++++++++++++++++++++++++++- common/splash_source.c | 6 +++++- drivers/video/cfb_console.c | 4 +++- include/splash.h | 9 +++++++++ 5 files changed, 49 insertions(+), 3 deletions(-)
-- Anatolij

On Wed, Jul 27, 2016 at 09:17:28PM +0200, Anatolij Gustschin wrote:
Hi Tom,
On Mon, 25 Jul 2016 17:46:31 -0400 Tom Rini trini@konsulko.com wrote: ...
Hey, good catch. Anatolij, please fix and re-submit, thanks!
sandbox build fixed now, here is updated pull request:
The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:
Prepare v2016.07 (2016-07-11 15:01:01 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
for you to fetch changes up to b6de2cd7ee5af536ae67ab5522b69e5c4925f5f2:
splash: Introduce default_splash_locations (2016-07-26 08:47:37 +0200)
Applied to u-boot/master, thanks!
participants (3)
-
Anatolij Gustschin
-
Stephen Warren
-
Tom Rini