From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 28 Nov 2008 16:37:12 -0500 Subject: [U-Boot] [PATCH] fix lib_arm/bootm.c In-Reply-To: <20081128193630.GC14044@buzzloop.caiaq.de> References: <20081128193630.GC14044@buzzloop.caiaq.de> Message-ID: <49306488.3080007@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 Daniel Mack wrote: > Hi, > > while digging thru the sources to find out why U-Boot won't start my > Linux kernel, I stumbled over lib_arm/bootm.c and its check for the falg > variable. I wonder how this ever worked as the condition is really heavy > to match unless BOOTM_STATE_OS_GO is 0 which it isn't. Hi Daniel, FYI, Peter Pearse found this independently. The patch apparently hasn't been applied to the mainline yet. :-( [snip] Best regards, gvb