Re: [U-Boot] [PATCH 2/4] mtd/nand: Fixup for support ONFI detect

2011-12-05 Thread Scott Wood
On 12/03/2011 03:11 AM, Liu Shengzhou-B36685 wrote: >> -Original Message- >> From: Wood Scott-B07421 >> Sent: 2011年12月3日 2:32 >> To: Liu Shengzhou-B36685 >> Cc: u-boot@lists.denx.de; Gala Kumar-B11780 >> Subject: Re: [PATCH 2/4] mtd/nand: Fixup for support ONFI detect >> >> On 12/02/2011 03

Re: [U-Boot] [PATCH 2/4] mtd/nand: Fixup for support ONFI detect

2011-12-02 Thread Scott Wood
On 12/02/2011 03:17 AM, Shengzhou Liu wrote: > There was a bug logically in the order of nand_flash_detect_onfi > and checking nand_flash_ids. We should get NAND devices related > informations first by ONFI method instead of querying nand_flash_ids table, > if ONFI fails, then query nand_flash_ids

[U-Boot] [PATCH 2/4] mtd/nand: Fixup for support ONFI detect

2011-12-02 Thread Shengzhou Liu
There was a bug logically in the order of nand_flash_detect_onfi and checking nand_flash_ids. We should get NAND devices related informations first by ONFI method instead of querying nand_flash_ids table, if ONFI fails, then query nand_flash_ids table. Signed-off-by: Shengzhou Liu --- drivers/mt