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>
This commit is contained in:
Tim Harvey 2016-05-24 11:03:46 -07:00 committed by Stefano Babic
parent 543a4aba7f
commit 509870958d
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@
"script=6x_bootscript-ventana\0" \
"loadscript=" \
"if ${fsload} ${loadaddr} ${bootdir}/${script}; then " \
"source; " \
"source ${loadaddr}; " \
"fi\0" \
\
"uimage=uImage\0" \