From patchwork Thu Aug 1 22:18:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 264125 X-Patchwork-Delegate: marek.vasut@gmail.com 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 464242C008F for ; Fri, 2 Aug 2013 08:21:18 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B22E94A103; Fri, 2 Aug 2013 00:21:01 +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 iZOjIybjOXn4; Fri, 2 Aug 2013 00:21:01 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E15084A056; Fri, 2 Aug 2013 00:19:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BBE934A021 for ; Fri, 2 Aug 2013 00:19:47 +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 LcyLbhg7MSFo for ; Fri, 2 Aug 2013 00:19:43 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) by theia.denx.de (Postfix) with ESMTPS id 59C204A027 for ; Fri, 2 Aug 2013 00:19:27 +0200 (CEST) Received: by mail-pb0-f53.google.com with SMTP id up15so2588751pbc.26 for ; Thu, 01 Aug 2013 15:19:25 -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=GGcgIhyRX7E5GAvW2xyYNlwIaMTsWnvM0tIPMZrzsXt3NfVSh4Kp598BW6xvt8SekT rAmdJLGnyiguitpui7QSQ5i5dmea11UE50UCf3CGMB6cYNsE/iGL35vVjo7jTCTe7XCa HaERH341pbIRDib/BvSneWGC0YOEt7wh5KVIuMwGG6HCxDna6opK1St78qYHZja84QjP PdDZyrN2q3FLfAzX1PFBf/HcyqyQ9FS6M1SnMnbiiaswJSPNheUbU49NUbUhePHyCz+C NXlX8qpzGwFYbGNKJnJiz2Dp1aYJJ8WrqkH+/51SW0SnWicVpkRndmzS9TBT5/xAPMgb a/Rg== X-Received: by 10.66.234.71 with SMTP id uc7mr6970217pac.10.1375395565911; Thu, 01 Aug 2013 15:19:25 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id wr9sm6191790pbc.7.2013.08.01.15.19.22 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 01 Aug 2013 15:19:25 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1V51DM-0004r5-R8; Thu, 01 Aug 2013 15:19:20 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Thu, 1 Aug 2013 15:18:24 -0700 Message-Id: <1375395521-18569-8-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375395521-18569-1-git-send-email-troy.kisky@boundarydevices.com> References: <1375395521-18569-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQkKdc0hILWHlWjy6He3HpgeI5wctiWPg9mKEW3xf5eCQVxIU2WW90GWPky40k7yaH4f8CzN Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, leiwen@marvell.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH V2 05/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