From: Tim Harvey Date: Tue, 24 May 2016 18:03:46 +0000 (-0700) Subject: imx: ventana: config: use explicit addr in loadscript X-Git-Tag: KARO-TXSD-2017-03-15~799^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=509870958dd18b18fd3d45dd69afb9c350964131;p=karo-tx-uboot.git 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 --- 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" \