mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-26 12:27:12 +00:00
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:
parent
543a4aba7f
commit
509870958d
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@
|
|||
"script=6x_bootscript-ventana\0" \
|
||||
"loadscript=" \
|
||||
"if ${fsload} ${loadaddr} ${bootdir}/${script}; then " \
|
||||
"source; " \
|
||||
"source ${loadaddr}; " \
|
||||
"fi\0" \
|
||||
\
|
||||
"uimage=uImage\0" \
|
||||
|
|
Loading…
Add table
Reference in a new issue