From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Wed, 9 Jan 2008 22:55:12 +0100 Subject: [U-Boot-Users] [PATCH] net: add 'ethtoggle' environment variable In-Reply-To: <47850837.6020608@gmail.com> References: <200801091756.48890.matthias.fuchs@esd-electronics.com> <47850837.6020608@gmail.com> Message-ID: <200801092255.12449.matthias.fuchs@esd-electronics.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Ben, 'ethtoggle' is the result of a discussion on irc some hours ago. Arguments have been: no 'eth' prefix and underscore (because 'ethprime' and 'ethact'). It was clear that the name of the variable would be most difficult site of its implementation. If you suggest a better name, I am willing to rename it:-) Matthias On Wednesday 09 January 2008 18:45, Ben Warren wrote: > Matthias Fuchs wrote: > > This patch replaces the buildtime configuration option > > CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethtoggle' runtime > > configuration veriable. See README. > > > Good idea, but surely you can come up with a better word than > 'ethtoggle'... It sounds like something Elmo would show to Big Bird and > doesn't have anything to do with automatically advancing devices. Of > course, I don't have any useful suggestions, but will think about it. > > cheers, > Ben