summaryrefslogtreecommitdiff
path: root/include/configs/m53menlo.h
diff options
context:
space:
mode:
authorOlaf Mandel <o.mandel@menlosystems.com>2018-12-12 16:42:00 +0300
committerStefano Babic <sbabic@denx.de>2019-01-28 14:54:15 +0300
commitde5def1cf51579ad0706e9c6d2b77890319a0b45 (patch)
treeacf369d07fe350d6a7951e2e1b5ddaf30eaf0217 /include/configs/m53menlo.h
parent9e3c0174da842dd88f5feaffbf843ba332233897 (diff)
downloadu-boot-de5def1cf51579ad0706e9c6d2b77890319a0b45.tar.xz
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/configs/m53menlo.h')
-rw-r--r--include/configs/m53menlo.h2
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=" \