summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/u8500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index 6092638d9..44248dea9 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -147,7 +147,7 @@
"verify=n\0" \
"loadaddr=0x00100000\0" \
"console=ttyAMA2,115200n8\0" \
- "loadbootscript=fat load mmc 1:1 ${loadaddr} boot.scr\0" \
+ "loadbootscript=fat load mmc 1:1 ${loadaddr} /boot.scr\0" \
"bootscript=echo Running bootscript " \
"from mmc ...; source ${loadaddr}\0" \
"memargs256=mem=96M@0 mem_modem=32M@96M mem=32M@128M " \