From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Fri, 31 Dec 2010 12:54:17 +0100 Subject: [U-Boot] Recent changes break our update scripts, because of getenv_yesno() In-Reply-To: <20101231114252.4031A4F1@gemini.denx.de> References: <4D1DB183.9000401@emk-elektronik.de> <4D1DB35A.3090105@emk-elektronik.de> <20101231114252.4031A4F1@gemini.denx.de> Message-ID: <4D1DC469.1030000@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, > Dear Reinhard Meyer, > > In message<4D1DB35A.3090105@emk-elektronik.de> you wrote: >> >> OK, digging deeper, the culprit actually is: >> >> 2010-11-28 >> Mike Frysinger >> boot cmds: convert to getenv_yesno() with autostart > > There has been agreement to revert that commit. OK, I must have missed that agreement ;) What about adding a second parameter to getenv_yesno(), that gives the default value when the env var does not exist? And maybe move that function into env related source? Best Regards, Reinhard