mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-20 22:21:27 +02:00
colibri-imx6ull: drop vidargs and remove video= settings
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>
This commit is contained in:
parent
05cc835135
commit
338b9b9a19
@ -123,9 +123,7 @@
|
|||||||
"${board}/flash_blk.img && source ${loadaddr}\0" \
|
"${board}/flash_blk.img && source ${loadaddr}\0" \
|
||||||
"splashpos=m,m\0" \
|
"splashpos=m,m\0" \
|
||||||
"splashimage=" __stringify(CONFIG_SYS_LOAD_ADDR) "\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" \
|
"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"
|
|
||||||
|
|
||||||
|
|
||||||
/* Physical Memory Map */
|
/* Physical Memory Map */
|
||||||
#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
|
#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user