From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masami Komiya Date: Thu, 26 Feb 2004 13:11:31 +0900 Subject: [U-Boot-Users] patch to add autoload via NFS References: <403C9E50.6000402@sonare.it> <403CA323.7010109@imc-berlin.de> <403CB0C5.1010204@sonare.it> <403CB271.2030106@imc-berlin.de> Message-ID: <403D71F3.7000609@sonare.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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