From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Fri, 27 Jul 2012 15:16:15 +0530 Subject: [U-Boot] [PATCH] hawkboard: Fix SPL Nand driver misconfiguration In-Reply-To: <1343377313-30301-1-git-send-email-linucherian@gmail.com> References: <1343377313-30301-1-git-send-email-linucherian@gmail.com> Message-ID: <20120727094615.GB3281@Hardy> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri Jul 27, 2012 at 01:51:53PM +0530, Linu Cherian wrote: > Hawkboard was using the wrong nand_read_page version for SPL image. > As a side effect, the u-boot image loaded by the SPL from nand > was getting corrupted. > > Enable CONFIG_SYS_NAND_HW_ECC_OOBFIRST to select the correct nand_read_page > algorithm for SPL. > > Signed-off-by: Linu Cherian Acked-by: Sughosh Ganu Tom, since this is a bug fix, can this go to the 2012.07 release. -sughosh