From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajay Bhargav Date: Fri, 27 Jan 2012 12:35:04 +0530 (IST) Subject: [U-Boot] [PATCH 3/3] Armada100: gplugD: Add USB command support In-Reply-To: Message-ID: <1284017471.117776.1327647904867.JavaMail.root@ahm.einfochips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de ----- "Prafulla Wadaskar" wrote: > > -----Original Message----- > > From: Ajay Bhargav [mailto:ajay.bhargav at einfochips.com] > > Sent: 25 January 2012 17:50 > > To: linux at bohmer.net > > Cc: Prafulla Wadaskar; marek.vasut at gmail.com; u-boot at lists.denx.de; > > Ajay Bhargav > > Subject: [PATCH 3/3] Armada100: gplugD: Add USB command support > > > > This patch adds support for USB commands and USB storage device for > > Marvell gplugD [...snip...] > > > > +#ifdef CONFIG_CMD_USB > > +#define CONFIG_USB_EHCI > > +#define CONFIG_USB_EHCI_ARMADA100 > > +#define CONFIG_EHCI_IS_TDI > > +#define CONFIG_USB_STORAGE > > + > > +#ifndef CONFIG_DOS_PARTITION > > Does this undef needed? remove it you can. > > Regards.. > Prafulla . . . > I will review it again and remove it if not needed. Regards, Ajay Bhargav