mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02: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:
committed by
Stefano Babic
parent
f37aab99f2
commit
1310660f5c
@@ -356,8 +356,6 @@ int board_late_init(void)
|
||||
{
|
||||
#if defined(CONFIG_DM_VIDEO)
|
||||
setup_lcd();
|
||||
|
||||
show_boot_logo();
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user