From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 14 Nov 2008 18:24:49 +0100 Subject: [U-Boot] [PATCH] lib_arm: do_bootm_linux() - correct a small mistake In-Reply-To: <12262423943214-git-send-email-iliev@ronetix.at> References: <12262423943214-git-send-email-iliev@ronetix.at> Message-ID: <20081114172449.GE9542@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15:53 Sun 09 Nov , Ilko Iliev wrote: > This patch corrects a small bug in the "if" condition: > the parameter "flag" is 0 and the "if" condition is always true. > The result is - the boom command doesn't start the kernel. > Affected targets: all arm based. > > > Signed-off-by: Ilko Iliev > --- > lib_arm/bootm.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot-arm/master and u-boot-arm/omap3 Best Regards, J.