From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Thu, 04 Jul 2013 15:24:10 +0200 Subject: [U-Boot] [PATCH] cmd_bootm.c: Correct check/return for unsupported sub-command In-Reply-To: <20130703123708.GT16630@bill-the-cat> References: <1372684164-18426-1-git-send-email-trini@ti.com> <51D2D012.2080501@gmail.com> <20130703123708.GT16630@bill-the-cat> Message-ID: <51D5777A.7040404@gmail.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 07/03/2013 02:37 PM, Tom Rini wrote: > On Tue, Jul 02, 2013 at 03:05:22PM +0200, Andreas Bie?mann wrote: >> On 07/01/2013 03:09 PM, Tom Rini wrote: >>> With the do_bootm_states re-organization, we have the call to any >>> potential sub-commands in a single spot. If one fails, we can then stop >>> right there and return to the caller. Prior to these calls we have >>> already ensured that ret is zero so we will not be returning this error >>> for some other case. >>> >>> Signed-off-by: Tom Rini >> >> Tested-by: Andreas Bie?mann > > Applied to u-boot/master. > couldn't find it, missing push? Regards, Andreas Bie?mann