summaryrefslogtreecommitdiff
path: root/include/configs/m53menlo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/m53menlo.h')
-rw-r--r--include/configs/m53menlo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h
index 0e03bb31a7..51456fbe55 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=" \
@@ -215,7 +215,7 @@
"setenv bootargs ${bootargs} " \
"ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
":${hostname}:${netdev}:off\0" \
- "addmtd=setenv bootargs ${bootargs} mtdparts=${mtdparts}\0" \
+ "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
"addmisc=" \
"setenv bootargs ${bootargs} ${miscargs}\0" \
"addargs=run addcons addmisc addmtd\0" \