]> git.baikalelectronics.ru Git - uboot.git/commit
video: Do not show splash and U-Boot logo simultaneously
authorFabio Estevam <festevam@denx.de>
Mon, 28 Mar 2022 19:40:36 +0000 (16:40 -0300)
committerTom Rini <trini@konsulko.com>
Thu, 31 Mar 2022 12:27:51 +0000 (08:27 -0400)
commitb5d8583b55b0c886f8d91e59498ca85c93702f04
treea34599cef2d08b3a31c566e3dda641b6f1f41352
parent5836366a4de0d8c3db6b3acf47727d3c37786338
video: Do not show splash and U-Boot logo simultaneously

Currently, on imx6sabresd and gwventana boards, the company logo
and U-Boot logo are shown.

The correct behavior is to show only the company logo, if available,
and not both logos.

Reported-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Tested-by: Tim Harvey <tharvey@gateworks.com> #gw_ventana
drivers/video/video-uclass.c