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=-17.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 64DE3C47082 for ; Tue, 8 Jun 2021 09:50:19 +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 DC94161185 for ; Tue, 8 Jun 2021 09:50:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DC94161185 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 00BA382E99; Tue, 8 Jun 2021 11:50:16 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="B6tsbpA2"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4BFA482E8E; Tue, 8 Jun 2021 11:50:14 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 5231F82E8E for ; Tue, 8 Jun 2021 11:50:11 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id C28D961008; Tue, 8 Jun 2021 09:50:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623145809; bh=FzST7phQD+mB+BWESHp5/8jA4qcKNdABcyQjCUkwWdQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=B6tsbpA2TSvqGvucl3V7HiXDn2YU4nk1WfUiVD1Nfzs23GuMesz8bhHyHWWVAxVN0 cnlR/d7oTBU2uMGBE4RzLMC02cjkQ6mcVhCE4ig4w+U2fhqmz0RW09kmNMVAeqIHfW Dt1n8ESjaQYbkCqvlO1VvsczIrt59Kv1VxZZOuLrp6fUD3hWNXOxp7uHPPE1JVEt3q MHbynnjx44aX+pqOfud4du0gT+dPAZLYeRgGdpiBhpuYVhNle8ijh7OQYyqrbV9YZ3 DeHOFVfrGTdKlegqSI+fWUiyChqZ+KPYuhiTJ2KdbXyOpLrSkOGrsDB5EizzUXS45e O2JJqOaEgnIpA== Received: by pali.im (Postfix) id 90DD47CC; Tue, 8 Jun 2021 11:50:07 +0200 (CEST) Date: Tue, 8 Jun 2021 11:50:07 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Marek =?utf-8?B?QmVow7pu?= Cc: Stefan Roese , u-boot@lists.denx.de Subject: Re: [PATCH u-boot-marvell v2 4/6] arm: mvebu: configs: turris_mox: add fdtfile default env variable Message-ID: <20210608095007.uzm6n2ccmmri4xxs@pali> References: <20210607143451.5343-1-marek.behun@nic.cz> <20210607143451.5343-5-marek.behun@nic.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210607143451.5343-5-marek.behun@nic.cz> User-Agent: NeoMutt/20180716 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.102.4 at phobos.denx.de X-Virus-Status: Clean On Monday 07 June 2021 16:34:49 Marek Behún wrote: > Add default fdtfile environment variable with value > marvell/armada-3720-turris-mox.dtb. > > This can be useful for some boot scenarios. > > Signed-off-by: Marek Behún Reviewed-by: Pali Rohár > --- > include/configs/turris_mox.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h > index b148b1621a..9c021a1ef9 100644 > --- a/include/configs/turris_mox.h > +++ b/include/configs/turris_mox.h > @@ -89,6 +89,7 @@ > "fdt_addr_r=0x4f00000\0" \ > "kernel_addr_r=0x5000000\0" \ > "ramdisk_addr_r=0x8000000\0" \ > + "fdtfile=marvell/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ > "bootcmd_rescue=" TURRIS_MOX_BOOTCMD_RESCUE "\0" \ > BOOTENV > > -- > 2.31.1 >