[U-Boot-Users] patch to add autoload via NFS

Masami Komiya mkomiya at sonare.it
Thu Feb 26 05:11:31 CET 2004


Steven Scholz wrote:
> The idea is already in your mail: Use the existing environment variable 
> autoload like
> 
> autoload=n    -> no autoload
> autoload=y    -> tftp (for historical reasons)
> autoload=tftp    -> use tftp
> autoload=nfs    -> use NFS

nfs-autoload-eval-01.patch follows above.

Another simple idea is (nfs-autoload-eval-02.patch)

if (autoload==n)
   no autoload
else if (autoload==N)
   use NFS
else
   use TFTP

Thank you for your comment.

Best regards.

Masami komiya
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nfs-autoload-eval-02.patch.gz
Type: application/x-gzip
Size: 300 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20040226/065f85f0/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nfs-autoload-eval-01.patch.gz
Type: application/x-gzip
Size: 507 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20040226/065f85f0/attachment-0001.bin 


More information about the U-Boot mailing list