diff options
author | Olaf Mandel <o.mandel@menlosystems.com> | 2018-12-12 13:42:00 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-28 12:54:15 +0100 |
commit | de5def1cf51579ad0706e9c6d2b77890319a0b45 (patch) | |
tree | acf369d07fe350d6a7951e2e1b5ddaf30eaf0217 /include | |
parent | 9e3c0174da842dd88f5feaffbf843ba332233897 (diff) | |
download | u-boot-de5def1cf51579ad0706e9c6d2b77890319a0b45.tar.gz u-boot-de5def1cf51579ad0706e9c6d2b77890319a0b45.tar.xz u-boot-de5def1cf51579ad0706e9c6d2b77890319a0b45.zip |
m53menlo: fix splashfile location
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/m53menlo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h index 0e03bb31a7..257a4cbc00 100644 --- a/include/configs/m53menlo.h +++ b/include/configs/m53menlo.h @@ -205,7 +205,7 @@ "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=" \ |