From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Thu, 20 Nov 2008 17:52:05 +0100 Subject: [U-Boot] Merge fixes/clean up outside merge window? was: Re: [PATCH] lib_arm: do_bootm_linux() - correct a small mistake In-Reply-To: <20081114172449.GE9542@game.jcrosoft.org> References: <12262423943214-git-send-email-iliev@ronetix.at> <20081114172449.GE9542@game.jcrosoft.org> Message-ID: <492595B5.3050505@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > 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 Is there any special reason why no git pull request for mainline for this is sent? Isn't this an important fix which should go into mainline even if merge window is not open? Dirk And btw: What's about merging clean up patches like http://lists.denx.de/pipermail/u-boot/2008-November/043220.html now (outside merge window) into mainline via e.g. u-boot-arm/master? Having this merged now, I could rebase OMAP3 patch against this and mainline would be ready when merge window opens.