summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOlaf Mandel <[email protected]>2018-12-12 13:42:00 +0000
committerStefano Babic <[email protected]>2019-01-28 12:54:15 +0100
commitde5def1cf51579ad0706e9c6d2b77890319a0b45 (patch)
treeacf369d07fe350d6a7951e2e1b5ddaf30eaf0217 /include
parent9e3c0174da842dd88f5feaffbf843ba332233897 (diff)
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 <[email protected]> Reviewed-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
-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 0e03bb31a79..257a4cbc007 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=" \