
-----Original Message----- From: Tom [mailto:Tom.Rix@windriver.com] Sent: Friday, November 27, 2009 9:21 PM To: Hiremath, Vaibhav Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH V4] OMAP3EVM: Added NAND support
hvaibhav@ti.com wrote:
From: Vaibhav Hiremath hvaibhav@ti.com
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 V3 :-
- Added undef statement for CMD_ONENAND.
This is looking good. Is there interest in making the onenand a makefile config option? It would depend on how common the onenand boards are.
[Hiremath, Vaibhav] As far as I know, majority of the EVM's shipping out are with NAND parts, so should be safe to move to NAND as a default.
Thanks, Vaibhav
Tom