[U-Boot] getenv_yesno() and autostart

2011-01-06 Thread Scott Wood
Commit 5a442c0addc69d0c4b58e98e5aec1cf07576debb switched NAND (among other things) from explicitly checking autostart for yes to using getenv_yesno(). Instead of checking for yes, getenv_yesno() checks for no, and assumes yes if it can't find anything. This changes the default behavior, with no

Re: [U-Boot] getenv_yesno() and autostart

2011-01-06 Thread Mike Frysinger
On Thu, Jan 6, 2011 at 4:56 PM, Scott Wood wrote: Commit 5a442c0addc69d0c4b58e98e5aec1cf07576debb switched NAND (among other things) from explicitly checking autostart for yes to using getenv_yesno(). this has been discussed twice so far on the list. Wolfgang plans on reverting it at some