mbox series

Please pull u-boot-video

Message ID 20200210180756.2f3c1da6@crub
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-video | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/fixes-for-v2020.04

Message

Anatolij Gustschin Feb. 10, 2020, 5:07 p.m. UTC
Hi Tom,

please pull a few fixes for v2020.04-rc1.

Travis-CI build logs with additional (already merged) patch:
https://travis-ci.org/vdsao/u-boot-video/builds/646159863

Thanks,
Anatolij

The following changes since commit d861183dc531b74479f92bf4c8de8ad60a0a0d56:

  Merge tag 'ti-v2020.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2020-02-04 08:16:01 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/fixes-for-v2020.04

for you to fetch changes up to 8382b1019283d2c1e9ba09cf0a10205deaf32fe1:

  video: mxsfb: call remove() when booting OS (2020-02-04 23:04:28 +0100)

----------------------------------------------------------------
- fix Coverity CID 280902 issue in vid_console_color()
- fix vid_console_color() build warning
- fix for mxsfb to ensure correct Linux logo position

----------------------------------------------------------------
Anatolij Gustschin (2):
      video: fix Coverity missing break issue
      video: mxsfb: call remove() when booting OS

 drivers/video/mxsfb.c             |  2 +-
 drivers/video/vidconsole-uclass.c | 20 ++++++++++++--------
 2 files changed, 13 insertions(+), 9 deletions(-)

Comments

Tom Rini Feb. 10, 2020, 7:16 p.m. UTC | #1
On Mon, Feb 10, 2020 at 06:07:56PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull a few fixes for v2020.04-rc1.
> 
> Travis-CI build logs with additional (already merged) patch:
> https://travis-ci.org/vdsao/u-boot-video/builds/646159863
> 
> Thanks,
> Anatolij
> 
> The following changes since commit d861183dc531b74479f92bf4c8de8ad60a0a0d56:
> 
>   Merge tag 'ti-v2020.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2020-02-04 08:16:01 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/fixes-for-v2020.04
> 
> for you to fetch changes up to 8382b1019283d2c1e9ba09cf0a10205deaf32fe1:
> 
>   video: mxsfb: call remove() when booting OS (2020-02-04 23:04:28 +0100)
> 

Applied to u-boot/master, thanks!