
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(-)