From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 4 Apr 2013 13:34:42 -0700 Subject: [U-Boot] [PATCH] CRITICAL error in v2013.04-rc2 (true and false not working) In-Reply-To: <20130404203307.266C02015BE@gemini.denx.de> References: <201304041946.55455@pali> <20130404203307.266C02015BE@gemini.denx.de> Message-ID: <515DE3E2.5040003@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/04/2013 01:33 PM, Wolfgang Denk wrote: > Dear Pali Roh?r, > > In message <201304041946.55455@pali> you wrote: >> >> u-boot "true" and "false" hush commands are copiled incorrectly in uboot v2013.04-rc2 >> (c8142633e169665b246352918df5b76fd243bb71) >> >> when I run help in u-boot it show: >> >> # help >> 0 - do nothing, unsuccessfully >> 1 - do nothing, successfully >> ? - alias for 'help' >> base - print or set address offset >> ... >> >> Instead "0" and "1" there should be "false" and "true" command. > > I confirm the problem. > > York, your commit 472d546 "Consolidate bool type" is causing this > issue, so I suggest you send a fix, please. > > Please check for other, similar use cases. > > Thanks. Thanks for catching it. I am working on the fix now. York