summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-11-09 12:03:18 -0700
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-11-09 13:49:18 -0700
commitf83de00fc1037d32d5e0f736316f83140ec5b360 (patch)
treedcc660b1f487cfe26d55a36599e8830f7ef15b40
parent0eb625e4f87a10e8850526a587287fc31b269110 (diff)
Adding absolute path convention to boot.scr
Files fetched by 'fat load' must use absolute path, otherwize the command fails. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-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 " \