summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy.hu <andy.hu@starfivetech.com>2023-09-13 12:54:35 +0300
committerandy.hu <andy.hu@starfivetech.com>2023-09-13 12:54:35 +0300
commit9ac96f4316bd6421f3530df2f38aff31d91235a6 (patch)
treef137b64ac5db8587ef277d8bf0f5b431e8707ed6
parent081aa0e676156437fe6326402936c4d1f07818c1 (diff)
parentb3cee3bba939b4c69a52a846b3907d012e7b33d2 (diff)
downloadu-boot-9ac96f4316bd6421f3530df2f38aff31d91235a6.tar.xz
Merge branch 'CR_5472_uboot_mmc0_log_keith.zhao' into 'jh7110-master'
CR 5472 vout: logo: emmc log show many times See merge request sdk/u-boot!69
-rw-r--r--drivers/video/starfive/sf_vop.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/starfive/sf_vop.c b/drivers/video/starfive/sf_vop.c
index 0849e79e35..e786032429 100644
--- a/drivers/video/starfive/sf_vop.c
+++ b/drivers/video/starfive/sf_vop.c
@@ -720,9 +720,6 @@ static int sf_vop_remove(struct udevice *dev)
if(priv->mipi_logo == true)
return 0;
- if(priv->hdmi_logo == false)
- return 0;
-
iotrace_writel( 0x00000000, priv->regs_hi+0x1cc0 );
iotrace_writel( 0x00000000, priv->regs_hi+0x24e0 );
iotrace_writel( 0x00000000, priv->regs_hi+0x1810 );