Re: [U-Boot] NAND 16 bit buswidth issue

2010-08-19 Thread Scott Wood
On Thu, 19 Aug 2010 16:22:40 -0400 Pete Murray wrote: > > The controller driver being used is ndfc.c, it doesn't set the > options though. From what I can tell, nand.c calls nand_scan without > actually setting the nand options. I have been setting chip->options to > include NAND_BUSWID

Re: [U-Boot] NAND 16 bit buswidth issue

2010-08-19 Thread Pete Murray
The controller driver being used is ndfc.c, it doesn't set the options though. From what I can tell, nand.c calls nand_scan without actually setting the nand options. I have been setting chip->options to include NAND_BUSWIDTH_16, but want to move all my changes back to board specific code

Re: [U-Boot] NAND 16 bit buswidth issue

2010-08-19 Thread Scott Wood
On Thu, 19 Aug 2010 09:07:48 -0400 Pete Murray wrote: > I am running U-boot 2009.08 on a sequoia based custom board. The board > has a Micron 29F2G16AAD nand chip. This chip is a large page device > with a 16 bit buswidth. I have an issue in nand_base.c in the > nand_get_flash_type function

[U-Boot] NAND 16 bit buswidth issue

2010-08-19 Thread Pete Murray
I am running U-boot 2009.08 on a sequoia based custom board. The board has a Micron 29F2G16AAD nand chip. This chip is a large page device with a 16 bit buswidth. I have an issue in nand_base.c in the nand_get_flash_type function where the check for buswidth fails, causing the print out - p