m53menlo: fix splashfile location
authorOlaf Mandel <o.mandel@menlosystems.com>
Wed, 12 Dec 2018 13:42:00 +0000 (13:42 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 28 Jan 2019 11:54:15 +0000 (12:54 +0100)
After merging the boot partition into the root partition, the splashfile
resides in the /boot subdirectory: update the default environment to
reflect that.

Signed-off-by: Olaf Mandel <o.mandel@menlosystems.com>
Reviewed-by: Marek Vasut <marex@denx.de>
include/configs/m53menlo.h

index 0e03bb3..257a4cb 100644 (file)
        "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0"                        \
        "netdev=eth0\0"                                                 \
        "splashsource=mmc_fs\0"                                         \
-       "splashfile=usplash.bmp.gz\0"                                   \
+       "splashfile=boot/usplash.bmp.gz\0"                              \
        "splashimage=0x88000000\0"                                      \
        "splashpos=m,m\0"                                               \
        "addcons="                                                      \