From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Wed, 25 Feb 2004 14:29:07 +0100 Subject: [U-Boot-Users] patch to add autoload via NFS In-Reply-To: <403C9E50.6000402@sonare.it> References: <403C9E50.6000402@sonare.it> Message-ID: <403CA323.7010109@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Masami Komiya wrote: > The patch to add autoload via NFS after bootp or dhcp. > > If you want to use, please define CONFIG_AUTOLOAD_VIA_NFS > in your configuration file. > > What do you think about this patch ? (although I don't need > autoload so much.) Hmm. If you do it this way you can't have autoload enabled for both NFS and TFTP! Is that a good thing? Is there a way the DHCP server can tell the client how to load the file? I.e. to use tftp or nfs or something else? So you can decide based answer from the DHCP server how to load it... -- Steven Scholz