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.7 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,URIBL_BLOCKED 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 8659BC4338F for ; Thu, 12 Aug 2021 07:24:39 +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 95A606103E for ; Thu, 12 Aug 2021 07:24:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 95A606103E 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 475E682C2C; Thu, 12 Aug 2021 09:24:35 +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=1628753075; bh=FRFK+SPzFbvQaVtg/pmGDrnjP/BW3ia/kb47cEFmu3A=; h=To:cc:From:Subject:In-reply-to:References:Date:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=gvpeOlBow/RAAZTRi0w/7V4vCdVMKQ0PNXmkX7PR8nIXBkVfQLp2JzpqE/kZSkqwd MeTiZztLjYRns1n7iWU9/A7nzvgw2FrSHUq18dtM/SQsLjXNdZ6rSu2wWkw6bcjrdM r1z4gvKZJtInkPZ1pXNrANwwIXvd4ySDAWTEySpFeEDUPXB9QJTKH8y+iAUiCfFckg EqIe2W23vUJPQWN2ap5AiKTiIzYu9WQvv0ZqblHOnNvifg16fhNL92Fzsa6YYB0mKa rbtf4MMf/ovj1JdwdvuG+CVDkNcBoqW+HFn6/ubrhsac6xXH5x6kyIU7URlEcZAsfB kOPKaXfDWI4rw== 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 417298262F for ; Thu, 12 Aug 2021 09:24:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1628753073; bh=FRFK+SPzFbvQaVtg/pmGDrnjP/BW3ia/kb47cEFmu3A=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=GRffd8LnyUXMjbKU2hv5fQ5uwdGdMjYYaswjDLZ6iiU1/e2hs2DvVPTF9TxHYhtvY 0jw2s5iyG5RC9r2kClNhJDErN3JdDStX6a4OcNJLJTKOybH7hkyib/4rKKlacSM3eb nDLWmAUq3OlaM/w8rQ/14u0dY2zsdAM0+WpVV42oqKxFPtTROHIZm6Tkpz+MGTvbdV lX+TdNjwcRUCOUy6NC3IISxDBKZysqfx0ola6M/0j3Cx8FYlKCOwzy2XVq3HVebSuK W6XfSC6yY7Bkjgk1j5+FpmyOltr4Ce9cxF188ZeDAMwrRVRC3YkNkfcRoRYDSF7rhR K3iUIpDmxUjKg== Received: by janitor.denx.de (Postfix, from userid 108) id E51E2A01C7; Thu, 12 Aug 2021 09:24:32 +0200 (CEST) Received: from gemini.denx.de (gemini.denx.de [10.4.0.2]) by janitor.denx.de (Postfix) with ESMTPS id 30D08A0069; Thu, 12 Aug 2021 09:24:23 +0200 (CEST) Received: from gemini.denx.de (localhost [IPv6:::1]) by gemini.denx.de (Postfix) with ESMTP id CB2C31E2304; Thu, 12 Aug 2021 09:24:22 +0200 (CEST) To: Zhiqiang Hou cc: u-boot@lists.denx.de, priyanka.jain@nxp.com, 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: <20210812072846.39305-1-Zhiqiang.Hou@nxp.com> References: <20210812072846.39305-1-Zhiqiang.Hou@nxp.com> Comments: In-reply-to Zhiqiang Hou message dated "Thu, 12 Aug 2021 15:28:46 +0800." Date: Thu, 12 Aug 2021 09:24:22 +0200 Message-ID: <577080.1628753062@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 Zhiqiang Hou, In message <20210812072846.39305-1-Zhiqiang.Hou@nxp.com> you wrote: > 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 > */ > > #ifndef __LS1012ARDB_H__ > @@ -24,7 +25,6 @@ > #define CONFIG_EXTRA_ENV_SETTINGS \ > "verify=no\0" \ > "fdt_high=0xffffffffffffffff\0" \ > - "fdt_addr=0x00f00000\0" \ > "kernel_addr=0x01000000\0" \ > "scriptaddr=0x80000000\0" \ > "fdtheader_addr_r=0x80100000\0" \ > diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h Adding or - like here, even worse - removing just a few lines of data definitions is certainly nothing where you can claim a copyright on. 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 HR Manager to job candidate "I see you've had no computer training. Although that qualifies you for upper management, it means you're under-qualified for our entry level positions."