From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62DA3C63777 for ; Mon, 23 Nov 2020 17:27:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 18F7C20724 for ; Mon, 23 Nov 2020 17:27:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390224AbgKWR1c (ORCPT ); Mon, 23 Nov 2020 12:27:32 -0500 Received: from muru.com ([72.249.23.125]:49210 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732710AbgKWR1c (ORCPT ); Mon, 23 Nov 2020 12:27:32 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id E239D809F; Mon, 23 Nov 2020 17:27:36 +0000 (UTC) Date: Mon, 23 Nov 2020 19:27:26 +0200 From: Tony Lindgren To: Arnd Bergmann List-Id: Cc: Grygorii Strashko , Nishanth Menon , SoC Team , Arnd Bergmann , Sekhar Nori , "linux-kernel@vger.kernel.org" , Linux ARM , Vignesh Raghavendra , linux-omap Subject: Re: [PATCH v2] ARM: multi_v7_defconfig: ti: Enable networking options for nfs boot Message-ID: <20201123172726.GQ26857@atomide.com> References: <20201030124650.20349-1-grygorii.strashko@ti.com> <20201116090429.GB26857@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnd Bergmann [201123 16:55]: > On Mon, Nov 16, 2020 at 10:04 AM Tony Lindgren wrote: > > > > * Grygorii Strashko [201030 14:47]: > > > Enable networking options required for NFS boot on TI platforms, which is > > > widely for automated test systems. > > > - enable new TI CPSW switch driver and related NET_SWITCHDEV config > > > - enable TI DP83867 phy > > > - explicitly enable PTP clock support to ensure dependent networking > > > drivers will stay built-in. > > > > > > vmlinux size changes: > > > - before: > > > text data bss dec hex filename > > > 14703736 8024602 444976 23173314 16198c2 ./omap-arm/vmlinux > > > > > > - after: > > > text data bss dec hex filename > > > 14727271 8029150 444528 23200949 16204b5 ./omap-arm/vmlinux > > > > > > diff: 27635 (dec) > > > > Thanks applying into omap-for-v5.11/defconfig. > > Oops, I just applied it as well (as it was sent to soc@kernel.org it appeared > in patchwork) and I noticed too late that you already had it. > Should I remove it at my end, can you just drop your copy? Sure no problem, I'll drop my copy. Regards, Tony