Re: [U-Boot] [RFC PATCH 1/8] NAND: nand_spl/nand_boot.c: add 16-bit and readid support

2011-01-04 Thread Scott Wood
On Tue, Jan 04, 2011 at 04:08:29PM -0600, Scott Wood wrote: On Mon, Dec 27, 2010 at 05:47:01PM -0700, John Rigby wrote: diff --git a/nand_spl/nand_boot.c b/nand_spl/nand_boot.c index 76b8566..1ae2cd0 100644 --- a/nand_spl/nand_boot.c +++ b/nand_spl/nand_boot.c @@ -27,6 +27,15 @@

Re: [U-Boot] [RFC PATCH 1/8] NAND: nand_spl/nand_boot.c: add 16-bit and readid support

2011-01-04 Thread Scott Wood
On Mon, Dec 27, 2010 at 05:47:01PM -0700, John Rigby wrote: Some platforms read the nand type to make configuration choices. For example, some versions of OMAP3 Beagle use the NAND type as a hint of the DRAM type. That seems rather hacky... are you sure it makes sense to use a single U-Boot

[U-Boot] [RFC PATCH 1/8] NAND: nand_spl/nand_boot.c: add 16-bit and readid support

2010-12-27 Thread John Rigby
Some platforms read the nand type to make configuration choices. For example, some versions of OMAP3 Beagle use the NAND type as a hint of the DRAM type. Turn readid support on with CONFIG_SYS_NAND_BOOT_READID Add 16-bit nand support. Turn it on with CONFIG_SYS_NAND_BUSWIDTH_16 Signed-off-by: