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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 9DD01C4338F for ; Thu, 19 Aug 2021 11:29:58 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C1B19610D2 for ; Thu, 19 Aug 2021 11:29:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C1B19610D2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EA2FE80C8F; Thu, 19 Aug 2021 13:29:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1629372596; bh=ETIHInO6zOC4UuGUNVqIzHV5XFyklXVJbVadUs0LNmM=; h=To:cc:From:Subject:In-reply-to:References:Date:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=iSEFXGcp6UeJyJleKDxIdOOSvR0VUeqtGZaHVZf0TVihGFFLjfVJ+swPGiimu07cs OB+5HuUdKFFqJUFi+H/P2gdzfXx+47lgMUSmh9m2KNT82RfPWmInhHKEtAP7GK9kT6 B9EAbtRvmYICL70LRhE3ERmhayZWN6A7cYsZ1aAHY3qDjqcuXwCgBHteOrhFriItea Y8axNXMLrzPLxu8zdIAnYhyy5g/WSIFEfvaOA9w6A0hIpUqTdzulsuFmA0RqnlVOP3 Y3fwEts/MRAEwKa6gctQKcTwvuFym9zRVQDSWfpncpR9MExNXSIRAjqEd7JmtpfBB1 87lXJftVcGecQ== Received: from janitor.denx.de (unknown [62.91.23.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: noc@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id B721580C8F for ; Thu, 19 Aug 2021 13:29:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1629372594; bh=ETIHInO6zOC4UuGUNVqIzHV5XFyklXVJbVadUs0LNmM=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=n+bnwn43wdJUmFBGZh6F/1YvxwPPIq8kcbjjtNxCN9WqLMiYxlNpLxMNYUhS35JQc iizzcG59u4r01189eboSOob06BwK+7cshoJwbHbd132dYMeO5iaFlXVrb0mHs5ApvY +g/gAJhCLV7Can0EFGFWs5c/UcR/h1n+dGMK/N2uR3IS7iJsvFXBbYLWLSottDdW1K WR42Atwl7KEIgeYjlkS37li/bBzHzDIYdgEes3O7591zUvOsZx1EofuQXr++Jj5d3k jWpyJlazvHP1B7/WmLQItt5vEsV+6CG9RWCDYlJEMot+nwZTMp1T3jmpbe5g4Fir3l wQ+hDSQ1RqPRw== Received: by janitor.denx.de (Postfix, from userid 108) id 6584AA0148; Thu, 19 Aug 2021 13:29:54 +0200 (CEST) Received: from gemini.denx.de (gemini.denx.de [10.4.0.2]) by janitor.denx.de (Postfix) with ESMTPS id DAC48A005F; Thu, 19 Aug 2021 13:29:44 +0200 (CEST) Received: from gemini.denx.de (localhost [IPv6:::1]) by gemini.denx.de (Postfix) with ESMTP id 926581E1772; Thu, 19 Aug 2021 13:29:44 +0200 (CEST) To: "Priyanka Jain (OSS)" cc: "Z.Q. Hou" , "u-boot@lists.denx.de" , "ykaukab@suse.de" , "festevam@gmail.com" , "trini@konsulko.com" From: Wolfgang Denk Subject: Re: [PATCH] configs: Layerscape: Remove the 'fdt_addr' env MIME-Version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8bit In-reply-to: References: <20210812072846.39305-1-Zhiqiang.Hou@nxp.com> <577080.1628753062@gemini.denx.de> <581027.1628758734@gemini.denx.de> Comments: In-reply-to "Priyanka Jain (OSS)" message dated "Wed, 18 Aug 2021 09:29:07 -0000." Date: Thu, 19 Aug 2021 13:29:44 +0200 Message-ID: <56827.1629372584@gemini.denx.de> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Dear Priyanka, In message you wrote: > > I agree we cant add copyright for minor changes. > > But this file already contains Freescale (now merged into NXP) copyright. > Zhiqiang is updating to latest copyright text used by NXP(Freescale) with proper year. > I hope this is fine. Hm... I cannot see this. > diff --git a/include/configs/ls1012afrdm.h b/include/configs/ls1012afrdm.h > index 2711f651d7..c7fdd10cf5 100644 > --- a/include/configs/ls1012afrdm.h > +++ b/include/configs/ls1012afrdm.h > @@ -1,6 +1,7 @@ > /* SPDX-License-Identifier: GPL-2.0+ */ > /* > * Copyright 2016 Freescale Semiconductor, Inc. > + * Copyright 2021 NXP > */ This is adding a NEW copyright entry - for deleting one line of data (not even code). > diff --git a/include/configs/ls1021atsn.h b/include/configs/ls1021atsn.h > index 58c2d97a32..97fd61f6f9 100644 > --- a/include/configs/ls1021atsn.h > +++ b/include/configs/ls1021atsn.h > @@ -1,5 +1,5 @@ > /* SPDX-License-Identifier: GPL-2.0 > - * Copyright 2016-2019 NXP Semiconductors > + * Copyright 2016-2019, 2021 NXP Semiconductors > * Copyright 2019 Vladimir Oltean > */ Same here, again for deleting one line of data. > diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h > index ba308c514b..5be179a36b 100644 > --- a/include/configs/ls1021atwr.h > +++ b/include/configs/ls1021atwr.h > @@ -1,7 +1,7 @@ > /* SPDX-License-Identifier: GPL-2.0+ */ > /* > * Copyright 2014 Freescale Semiconductor, Inc. > - * Copyright 2019 NXP > + * Copyright 2019, 2021 NXP > */ Again, for deleting 2 lines of data. And so on. None of these changes has substance to claim a copyright for. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de "Plan to throw one away. You will anyway." - Fred Brooks, "The Mythical Man Month"