imx: colibri_imx6: fix splash logo drawing
authorAnatolij Gustschin <agust@denx.de>
Wed, 18 Sep 2019 15:31:52 +0000 (17:31 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 21 Sep 2019 08:22:26 +0000 (10:22 +0200)
Define "splashimage" variable in the default environment
to enable splash screen drawing.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
include/configs/colibri_imx6.h

index aee9f2f1d074f57ea713bcc5d3dabbbb7893bf68..fa4dc498f58d86aac2ed95b4d7853b4086f3d4d6 100644 (file)
                "load ${interface} ${drive}:1 ${loadaddr} flash_blk.img && " \
                "source ${loadaddr}\0" \
        "splashpos=m,m\0" \
+       "splashimage=" __stringify(CONFIG_LOADADDR) "\0" \
        "vidargs=video=mxcfb0:dev=lcd,640x480M@60,if=RGB666 " \
                "video=mxcfb1:off fbmem=8M\0 "