From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masami Komiya Date: Thu, 26 Feb 2004 00:54:12 +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: <403CC524.1050608@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: >> Otherwise, to use the new environment variable like "autoload-nfs" >> or "autoload-protocol" to decide the protocol. >> >> Does anyone have the idea ? > > 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 > > How about that? Very nice, I agree with you. I'll wait the other idea for a while before making. Masami Komiya @ Tokyo.JP