From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric =?UTF-8?B?QsOpbmFyZA==?= Date: Mon, 8 Apr 2013 15:28:59 +0200 Subject: [U-Boot] [PATCH] mx28evk: add NAND commands In-Reply-To: <20130408132729.GM32357@bill-the-cat> References: <1365427216-15220-1-git-send-email-eric@eukrea.com> <20130408132729.GM32357@bill-the-cat> Message-ID: <20130408152859.546db5cd@e6520eb> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Le Mon, 8 Apr 2013 09:27:29 -0400, Tom Rini a ?crit : > On Mon, Apr 08, 2013 at 10:24:45AM -0300, Fabio Estevam wrote: > > Hi Eric, > > > > On Mon, Apr 8, 2013 at 10:20 AM, Eric B??nard wrote: > > > > > diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h > > > index 0d918a1..789d980 100644 > > > --- a/include/configs/mx28evk.h > > > +++ b/include/configs/mx28evk.h > > > @@ -69,6 +69,8 @@ > > > #define CONFIG_CMD_USB > > > #define CONFIG_CMD_BOOTZ > > > #define CONFIG_CMD_I2C > > > +#define CONFIG_CMD_NAND > > > > Please check include/configs/mx28evk_nand.h in u-boot.imx. It has this > > define already. > > > > > +#define CONFIG_CMD_NAND_TRIMFFS > > > > Then you could add this command there, if you like. > > And check for UBI related things being on too. > that's what I'm actually testing ;-) Eric