From: Masami Komiya <mkomiya@sonare.it>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] patch to add autoload via NFS
Date: Thu, 26 Feb 2004 13:11:31 +0900 [thread overview]
Message-ID: <403D71F3.7000609@sonare.it> (raw)
In-Reply-To: 403CB271.2030106@imc-berlin.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
next prev parent reply other threads:[~2004-02-26 4:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-25 13:08 [U-Boot-Users] patch to add autoload via NFS Masami Komiya
2004-02-25 13:29 ` Steven Scholz
2004-02-25 14:27 ` Masami Komiya
2004-02-25 14:34 ` Steven Scholz
2004-02-25 15:54 ` Masami Komiya
2004-02-26 4:11 ` Masami Komiya [this message]
2004-02-26 9:34 ` Wolfgang Denk
2004-02-26 11:51 ` Masami Komiya
2004-02-27 0:24 ` Wolfgang Denk
2004-02-26 9:33 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=403D71F3.7000609@sonare.it \
--to=mkomiya@sonare.it \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox