From patchwork Thu Nov 21 01:53:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yinbo Zhu X-Patchwork-Id: 1198632 X-Patchwork-Delegate: priyanka.jain@nxp.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=nxp.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 47JMzK0sDsz9sPT for ; Thu, 21 Nov 2019 12:53:33 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 6DBDCC21ECC; Thu, 21 Nov 2019 01:53:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=KHOP_BIG_TO_CC autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 7E6F0C21D56; Thu, 21 Nov 2019 01:53:22 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 2A2A2C21D56; Thu, 21 Nov 2019 01:53:21 +0000 (UTC) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by lists.denx.de (Postfix) with ESMTPS id CB081C21C2C for ; Thu, 21 Nov 2019 01:53:20 +0000 (UTC) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id E35FA1A0827; Thu, 21 Nov 2019 02:53:19 +0100 (CET) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 179901A05AE; Thu, 21 Nov 2019 02:53:14 +0100 (CET) Received: from localhost.localdomain (mega.ap.freescale.net [10.192.208.232]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id A5A294024E; Thu, 21 Nov 2019 09:53:06 +0800 (SGT) From: Yinbo Zhu To: Sudhanshu Gupta , Rai Harninder , Rajesh Bhagat , u-boot@lists.denx.de (open list), Priyanka Jain Date: Thu, 21 Nov 2019 09:53:01 +0800 Message-Id: <20191121015301.15749-1-yinbo.zhu@nxp.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: ClamAV using ClamSMTP Cc: peter.chen@nxp.com, Tang Yuantian , xiaobo.xie@nxp.com, jiafei.pan@nxp.com, Ran Wang , yinbo.zhu@nxp.com, jun.li@nxp.com Subject: [U-Boot] [PATCH v1] configs: ls1028ardb: enable usb net r8152_eth X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Enable usb net r8152_eth for download img when enetc is busy Signed-off-by: Yinbo Zhu --- configs/ls1028ardb_tfa_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/ls1028ardb_tfa_defconfig b/configs/ls1028ardb_tfa_defconfig index 1fab450..0664014 100644 --- a/configs/ls1028ardb_tfa_defconfig +++ b/configs/ls1028ardb_tfa_defconfig @@ -76,4 +76,6 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_WDT=y CONFIG_WDT_SP805=y CONFIG_MMC_IO_VOLTAGE=y +CONFIG_USB_HOST_ETHER=y +CONFIG_USB_ETHER_RTL8152=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y