From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Fri, 27 Nov 2009 09:51:21 -0600 Subject: [U-Boot] [PATCH V4] OMAP3EVM: Added NAND support In-Reply-To: <1258974344-26445-1-git-send-email-hvaibhav@ti.com> References: <1258974344-26445-1-git-send-email-hvaibhav@ti.com> Message-ID: <4B0FF579.3020404@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de hvaibhav at ti.com wrote: > 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 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. Tom