From patchwork Wed Apr 27 06:37:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mugunthan V N X-Patchwork-Id: 615433 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 3qvqyj3SyMz9t50 for ; Wed, 27 Apr 2016 16:37:49 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A1631A7559; Wed, 27 Apr 2016 08:37:47 +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 65BtC8YZdSPD; Wed, 27 Apr 2016 08:37:47 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A9232A74E9; Wed, 27 Apr 2016 08:37:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0F048A74E9 for ; Wed, 27 Apr 2016 08:37:43 +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 PlQUE2dZFYXA for ; Wed, 27 Apr 2016 08:37:42 +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 comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by theia.denx.de (Postfix) with ESMTPS id 8DE11A74D0 for ; Wed, 27 Apr 2016 08:37:37 +0200 (CEST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id u3R6bYtG009297; Wed, 27 Apr 2016 01:37:34 -0500 Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id u3R6bYgO018344; Wed, 27 Apr 2016 01:37:34 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.224.2; Wed, 27 Apr 2016 01:37:34 -0500 Received: from [172.24.190.247] (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id u3R6bVn9026179; Wed, 27 Apr 2016 01:37:32 -0500 To: Joe Hershberger References: <1460450816-9943-1-git-send-email-mugunthanvnm@ti.com> <1460450816-9943-11-git-send-email-mugunthanvnm@ti.com> From: Mugunthan V N Message-ID: <57205E2B.3030805@ti.com> Date: Wed, 27 Apr 2016 12:07:31 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Cc: Joe Hershberger , u-boot , Sekhar Nori , Tom Rini Subject: Re: [U-Boot] [PATCH v2 10/12] defconfig: am437x_gp_evm: enable eth driver model 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" On Wednesday 27 April 2016 03:08 AM, Joe Hershberger wrote: > On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger > wrote: >> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote: >>> Enable eth driver model for am437x_gp_evm as cpsw supports >>> driver model. >>> >>> Signed-off-by: Mugunthan V N >>> Reviewed-by: Tom Rini >> >> Acked-by: Joe Hershberger > > This patch does not apply cleanly. > Here is the fix on top of u-boot/master, do you want me to post a new version of these patches? Regards Mugunthan V N diff --git a/configs/am437x_gp_evm_defconfig b/configs/am437x_gp_evm_defconfig index 03b02ac..f098fd3 100644 --- a/configs/am437x_gp_evm_defconfig +++ b/configs/am437x_gp_evm_defconfig @@ -47,3 +47,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Texas Instruments" CONFIG_G_DNL_VENDOR_NUM=0x0403 CONFIG_G_DNL_PRODUCT_NUM=0xbd00 +CONFIG_DM_ETH=y