summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2016-05-24 11:03:46 -0700
committerStefano Babic <sbabic@denx.de>2016-05-31 17:23:10 +0200
commit509870958dd18b18fd3d45dd69afb9c350964131 (patch)
tree3040d0907a906f19d598114f95574da3ebe22d29 /include/configs
parent543a4aba7fa88452e7749af5aad7e4b676901f57 (diff)
downloadblackbird-obmc-uboot-509870958dd18b18fd3d45dd69afb9c350964131.tar.gz
blackbird-obmc-uboot-509870958dd18b18fd3d45dd69afb9c350964131.zip
imx: ventana: config: use explicit addr in loadscript
If we are loading a script to ${loadaddr} then we need to use that address explicitly when calling the source command in case user has changed loadaddr Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/gw_ventana.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index fe81cbdade..435ca0af21 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -306,7 +306,7 @@
"script=6x_bootscript-ventana\0" \
"loadscript=" \
"if ${fsload} ${loadaddr} ${bootdir}/${script}; then " \
- "source; " \
+ "source ${loadaddr}; " \
"fi\0" \
\
"uimage=uImage\0" \
OpenPOWER on IntegriCloud