From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Thu, 01 Aug 2013 15:45:16 -0700 Subject: [U-Boot] [PATCH V2 05/20] nitrogen6x: add CONFIG_MV_UDC In-Reply-To: <1375395521-18569-8-git-send-email-troy.kisky@boundarydevices.com> References: <1375395521-18569-1-git-send-email-troy.kisky@boundarydevices.com> <1375395521-18569-8-git-send-email-troy.kisky@boundarydevices.com> Message-ID: <51FAE4FC.9060104@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8/1/2013 3:18 PM, Troy Kisky wrote: > Signed-off-by: Troy Kisky > --- > include/configs/nitrogen6x.h | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h > index 4242414..ce43b62 100644 > --- a/include/configs/nitrogen6x.h > +++ b/include/configs/nitrogen6x.h > @@ -30,6 +30,12 @@ > #define CONFIG_BOARD_EARLY_INIT_F > #define CONFIG_MISC_INIT_R > #define CONFIG_MXC_GPIO > +#define CONFIG_MV_UDC > +#define CONFIG_USBD_HS > +#define CONFIG_USB_GADGET_DUALSPEED > +#define CONFIG_USB_ETHER > +#define CONFIG_USB_ETH_CDC > +#define CONFIG_NETCONSOLE > > #define CONFIG_CMD_FUSE > #ifdef CONFIG_CMD_FUSE Sorry folks, I forgot to delete old patches when I rebased to put Stefano patches together, please ignore this one. Troy