From patchwork Thu Aug 1 23:27:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 264157 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id E9D9A2C0090 for ; Fri, 2 Aug 2013 09:30:27 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2FDE64A0F2; Fri, 2 Aug 2013 01:30:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4ier-2dy1VKG; Fri, 2 Aug 2013 01:30:02 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2A60D4A0F8; Fri, 2 Aug 2013 01:28:38 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 966B64A04B for ; Fri, 2 Aug 2013 01:28:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zdwk8SYoSQfh for ; Fri, 2 Aug 2013 01:28:18 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=ERR(-1.5) (only DNSBL check requested) Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by theia.denx.de (Postfix) with ESMTPS id 19FE84A056 for ; Fri, 2 Aug 2013 01:27:51 +0200 (CEST) Received: by mail-pb0-f44.google.com with SMTP id xa7so2634774pbc.3 for ; Thu, 01 Aug 2013 16:27:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=J/MamNm8RTQ4sFXH6JWA3wjCPITx9qqcwpgapzFQgxU=; b=X1NCv06217sznTC3tUh08R8JyYoPnxd35V14ljiD70ILAilRb6ik4YfEd9emR1Pkfg NJl6jGreLAFJFryIWU0jnQRxdyGjjcHcntDo3MSjRB+fegAas7NL7xi8A7nzNRvWkDXS 9NlUh2zcwFtu4V2d9tcNQ1A+8odDwCgKxuoa4HNdKFlEZpqIs/0FIESP+dxpiuuOL0BP vFJ8Phe9zzZxSmsc4di3Xqpetq3Im/234jci0+oeoOX48qu1hIhH/jTWtI/T6nuNkPvp lnoQgoOSlLSJfqFtnUCANNC/IYduTuNzJCHy4O4gqbNAGTqAjoGaLxTsuCzI1AyUilyY 5tPA== X-Received: by 10.66.246.66 with SMTP id xu2mr7170785pac.134.1375399668775; Thu, 01 Aug 2013 16:27:48 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id ue9sm6188993pab.7.2013.08.01.16.27.45 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 01 Aug 2013 16:27:47 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1V52HW-0006gk-Jb; Thu, 01 Aug 2013 16:27:42 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Thu, 1 Aug 2013 16:27:21 -0700 Message-Id: <1375399657-25642-5-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375399657-25642-1-git-send-email-troy.kisky@boundarydevices.com> References: <1375399657-25642-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQkWrNmjLVp2wtblnBYLCUNSAlyy7JEGtgcsLIfh5zjeDXalRNsCV9teE2T5EDjOQkvczzxJ Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, leiwen@marvell.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH V3 04/20] nitrogen6x: add CONFIG_MV_UDC X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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