]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
colibri-imx6ull: use splashcreen value instead of legacy function
authorIgor Opaniuk <igor.opaniuk@toradex.com>
Mon, 14 Sep 2020 08:01:04 +0000 (11:01 +0300)
committerStefano Babic <sbabic@denx.de>
Thu, 17 Sep 2020 12:39:09 +0000 (14:39 +0200)
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>
board/toradex/colibri-imx6ull/colibri-imx6ull.c
include/configs/colibri-imx6ull.h

index 89b99a0b740207c439d4c69543e3e589076521e2..45f8da3c42ff8b708ad68fb791aebd1c23bcabbe 100644 (file)
@@ -173,8 +173,6 @@ int board_late_init(void)
 
 #if defined(CONFIG_DM_VIDEO)
        setup_lcd();
-
-       show_boot_logo();
 #endif
 
        return 0;
index 2fdcdefa32d5ab2d858d82049102b4fd4c36346d..530240f0693981b6ac3705931c8233649765baea 100644 (file)
                "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" \
        "vidargs=video=mxsfb:640x480M-16@60"