From patchwork Sun Jul 26 12:32:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Babic X-Patchwork-Id: 500054 X-Patchwork-Delegate: trini@ti.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 DB2C01402B5 for ; Sun, 26 Jul 2015 22:33:03 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BAE8F4B663; Sun, 26 Jul 2015 14:33:00 +0200 (CEST) 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 27cECCSCe3q1; Sun, 26 Jul 2015 14:33:00 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 358204B65F; Sun, 26 Jul 2015 14:33:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D2E604A03A for ; Sun, 26 Jul 2015 14:32:57 +0200 (CEST) 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 UtwMKRpuOcrk for ; Sun, 26 Jul 2015 14:32:57 +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-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTPS id 143E54B639 for ; Sun, 26 Jul 2015 14:32:55 +0200 (CEST) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3mfNvp5RYfz3hhvT; Sun, 26 Jul 2015 14:32:54 +0200 (CEST) Received: from babic.homelinux.org (host-88-217-136-221.customer.m-online.net [88.217.136.221]) by mail.mnet-online.de (Postfix) with ESMTP id 3mfNvp490PzvdWw; Sun, 26 Jul 2015 14:32:54 +0200 (CEST) Received: from localhost (mail.babic.homelinux.org [127.0.0.1]) by babic.homelinux.org (Postfix) with ESMTP id 5848C45408DA; Sun, 26 Jul 2015 14:32:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at babic.homelinux.org Received: from babic.homelinux.org ([127.0.0.1]) by localhost (mail.babic.homelinux.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G5dyYBjmpPHf; Sun, 26 Jul 2015 14:32:52 +0200 (CEST) Received: from papero.fritz.box (papero.fritz.box [192.168.178.20]) by babic.homelinux.org (Postfix) with ESMTP id 23E9C45406D3; Sun, 26 Jul 2015 14:32:52 +0200 (CEST) From: Stefano Babic To: trini@konsulko.com Date: Sun, 26 Jul 2015 14:32:40 +0200 Message-Id: <1437913960-15456-2-git-send-email-sbabic@denx.de> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1437913960-15456-1-git-send-email-sbabic@denx.de> References: <1437913960-15456-1-git-send-email-sbabic@denx.de> Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 2/2] mcx: add Ethernet over USB X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Stefano Babic --- include/configs/mcx.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/mcx.h b/include/configs/mcx.h index d8766b9..e17157e 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -111,6 +111,9 @@ #define CONFIG_USB_ULPI_VIEWPORT_OMAP #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 57 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_ASIX +#define CONFIG_USB_ETHER_MCS7830 /* commands to include */ #define CONFIG_CMD_EXT2 /* EXT2 Support */