[U-Boot] [PATCH] am335x: NAND: add BCH16 and 4k page size support

2013-01-28 Thread Jordy van Wolferen
This is tested with a custom AM3359 (rev 2.0) board. NAND chip: MT29F16G08ABABAWP This code allows me to boot from ROM code. The ROM code forces BCH16 on NAND chips with a 4k page size. BCH16 is not enabled by default. --- arch/arm/include/asm/arch-am33xx/cpu.h | 8 +- arch/arm/include

Re: [U-Boot] [PATCH] am335x: NAND, add BCH16 and 4k page size support

2013-01-28 Thread Jordy van Wolferen
Please ignore this. This enables BCH16 by default, which shouldn't happen. I'll will fix this and send again On Mon, Jan 28, 2013 at 1:35 PM, Jordy van Wolferen < jordyvanwolfe...@gmail.com> wrote: > --- > arch/arm/include/asm/arch-am33xx/cpu.h | 8 +- >