Re: [U-Boot] [PATCH] hawkboard: Fix SPL Nand driver misconfiguration

2012-07-30 Thread Wolfgang Denk
Dear Linu Cherian, In message <1343377313-30301-1-git-send-email-linucher...@gmail.com> you 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_OOBF

Re: [U-Boot] [PATCH] hawkboard: Fix SPL Nand driver misconfiguration

2012-07-30 Thread Tom Rini
On Fri, Jul 27, 2012 at 03:16:15PM +0530, Sughosh Ganu wrote: > 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. > > > >

Re: [U-Boot] [PATCH] hawkboard: Fix SPL Nand driver misconfiguration

2012-07-30 Thread Sughosh Ganu
hi Wolfgang, On Fri Jul 27, 2012 at 03:16:15PM +0530, Sughosh Ganu wrote: > 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 corrupt

Re: [U-Boot] [PATCH] hawkboard: Fix SPL Nand driver misconfiguration

2012-07-27 Thread Sughosh Ganu
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_pa

[U-Boot] [PATCH] hawkboard: Fix SPL Nand driver misconfiguration

2012-07-27 Thread Linu Cherian
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 --- include/config