diff options
author | Tim Harvey <tharvey@gateworks.com> | 2016-05-24 11:03:46 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-05-31 17:23:10 +0200 |
commit | 509870958dd18b18fd3d45dd69afb9c350964131 (patch) | |
tree | 3040d0907a906f19d598114f95574da3ebe22d29 /include/configs/gw_ventana.h | |
parent | 543a4aba7fa88452e7749af5aad7e4b676901f57 (diff) |
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/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 2 |
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" \ |