diff mbox series

[v1,08/24] colibri-imx6ull: drop vidargs and remove video= settings

Message ID 20220408080719.342072-9-marcel@ziswiler.com
State Accepted
Commit 338b9b9a197b81dba6fade853a4c623e463f6a3a
Delegated to: Stefano Babic
Headers show
Series toradex updates: assortment of fixes and improvements | expand

Commit Message

Marcel Ziswiler April 8, 2022, 8:07 a.m. UTC
From: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>

Since we envision using overlays for display interfaces, the video=
settings within vidargs are obsolete. Remove these settings from the
U-Boot.

Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
---

 include/configs/colibri-imx6ull.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Stefano Babic April 12, 2022, 6:47 p.m. UTC | #1
> From: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
> Since we envision using overlays for display interfaces, the video=
> settings within vidargs are obsolete. Remove these settings from the
> U-Boot.
> Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/colibri-imx6ull.h b/include/configs/colibri-imx6ull.h
index 654b246b80f..12bc41db5e3 100644
--- a/include/configs/colibri-imx6ull.h
+++ b/include/configs/colibri-imx6ull.h
@@ -114,9 +114,7 @@ 
 		"${board}/flash_blk.img && source ${loadaddr}\0" \
 	"splashpos=m,m\0" \
 	"splashimage=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
-	"videomode=video=ctfb:x:640,y:480,depth:18,pclk:39722,le:48,ri:16,up:33,lo:10,hs:96,vs:2,sync:0,vmode:0\0" \
-	"vidargs=video=mxsfb:640x480M-16@60"
-
+	"videomode=video=ctfb:x:640,y:480,depth:18,pclk:39722,le:48,ri:16,up:33,lo:10,hs:96,vs:2,sync:0,vmode:0\0"
 
 /* Physical Memory Map */
 #define PHYS_SDRAM			MMDC0_ARB_BASE_ADDR