]> git.sur5r.net Git - u-boot/blobdiff - board/cray/L1/bootscript.hush
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / board / cray / L1 / bootscript.hush
index ec4839b5d013b1fe5ccd059eb36f3f8cde9ffe09..f2f78ad5c30f3f01d2917bf100f725fb931b26b5 100644 (file)
@@ -31,7 +31,7 @@ if printenv bootscript
        tftp $tftp_addr $bootcript
        if imi $tftp_addr
        then
-               autoscript $tftp_addr
+               source $tftp_addr
        fi
 fi