mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 08:35:38 +00:00
colibri_imx7: use splashcreen value instead of legacy function
Set proper splashscreen env value instead of calling legacy function to show embed boot logo. Fixes: 195011b24d("colibri-imx7: fix splash logo drawing") Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
parent
f37aab99f2
commit
1310660f5c
2 changed files with 1 additions and 2 deletions
|
@ -356,8 +356,6 @@ int board_late_init(void)
|
|||
{
|
||||
#if defined(CONFIG_DM_VIDEO)
|
||||
setup_lcd();
|
||||
|
||||
show_boot_logo();
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -173,6 +173,7 @@
|
|||
"fatload ${interface} 0:1 ${loadaddr} " \
|
||||
"${board}/flash_blk.img && source ${loadaddr}\0" \
|
||||
"splashpos=m,m\0" \
|
||||
"splashimage=" __stringify(CONFIG_LOADADDR) "\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" \
|
||||
"updlevel=2\0"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue