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

Wolfgang Denk wd at denx.de
Thu Feb 26 10:33:18 CET 2004


In message <403CB271.2030106 at imc-berlin.de> you 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

So far, anything but "n*" will enable TFTP download.  We  should  not
break this behaviour. My suggestion is:

	autoload=n*	=> suppress autoload
	autoload=NFS	=> use NFS
	anything else	=> use TFTP

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
If you're not part of the solution, you're part of the problem.




More information about the U-Boot mailing list