Re: [U-Boot] [PATCH-V5] OMAP3EVM: Added NAND support

2010-05-11 Thread Scott Wood
On 05/11/2010 03:59 AM, Wolfgang Denk wrote: > Dear "Hiremath, Vaibhav", > > In message<19f8576c6e063c45be387c64729e7394044e404...@dbde02.ent.ti.com> you > wrote: >> >>> Subject: [PATCH-V5] OMAP3EVM: Added NAND support >>> >>> From: Vaibhav Hiremath >>> >>> The EVMS have been shipping with NAND (

Re: [U-Boot] [PATCH-V5] OMAP3EVM: Added NAND support

2010-05-11 Thread Hiremath, Vaibhav
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Tuesday, May 11, 2010 2:29 PM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de; t...@bumblecow.com; Paulraj, Sandeep; Scott Wood > Subject: Re: [PATCH-V5] OMAP3EVM: Added NAND support > > Dear "Hiremath, Vaibhav",

Re: [U-Boot] [PATCH-V5] OMAP3EVM: Added NAND support

2010-05-11 Thread Wolfgang Denk
Dear "Hiremath, Vaibhav", In message <19f8576c6e063c45be387c64729e7394044e404...@dbde02.ent.ti.com> you wrote: > > > Subject: [PATCH-V5] OMAP3EVM: Added NAND support > > > > From: Vaibhav Hiremath > > > > The EVMS have been shipping with NAND (instead of OneNAND) as default. > > So, this patch

Re: [U-Boot] [PATCH-V5] OMAP3EVM: Added NAND support

2010-05-10 Thread Hiremath, Vaibhav
> -Original Message- > From: Hiremath, Vaibhav > Sent: Thursday, May 06, 2010 10:49 PM > To: u-boot@lists.denx.de > Cc: w...@denx.de; t...@bumblecow.com; Paulraj, Sandeep; Hiremath, Vaibhav > Subject: [PATCH-V5] OMAP3EVM: Added NAND support > > From: Vaibhav Hiremath > > The EVMS have be

[U-Boot] [PATCH-V5] OMAP3EVM: Added NAND support

2010-05-06 Thread hvaibhav
From: Vaibhav Hiremath The EVMS have been shipping with NAND (instead of OneNAND) as default. So, this patch sets NAND as default. To choose OneNAND, define CMD_ONENAND instead of CMD_NAND in the config file omap3_evm.h, Changes From V4 :- - Removed #undef ONENAND line (comment from Den