diff options
author | Igor Opaniuk | 2020-09-14 11:01:04 +0300 |
---|---|---|
committer | Stefano Babic | 2020-09-17 14:39:09 +0200 |
commit | f37aab99f2159ed9de7caa58ac09ad8a32589257 (patch) | |
tree | 81aa589e28dda81693c8ec2a43727defbefccfb1 /board | |
parent | b01ba776c9ae138732d85a543878d8456e0b4b30 (diff) |
colibri-imx6ull: use splashcreen value instead of legacy function
Set proper splashscreen env value instead of calling legacy function
to show embed boot logo.
Fixes: 391c712dde("colibri-imx6ull: show boot logo")
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/toradex/colibri-imx6ull/colibri-imx6ull.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/toradex/colibri-imx6ull/colibri-imx6ull.c b/board/toradex/colibri-imx6ull/colibri-imx6ull.c index 89b99a0b740..45f8da3c42f 100644 --- a/board/toradex/colibri-imx6ull/colibri-imx6ull.c +++ b/board/toradex/colibri-imx6ull/colibri-imx6ull.c @@ -173,8 +173,6 @@ int board_late_init(void) #if defined(CONFIG_DM_VIDEO) setup_lcd(); - - show_boot_logo(); #endif return 0; |