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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 8A825C433F5 for ; Wed, 12 Jan 2022 21:17:54 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 25FDF83224; Wed, 12 Jan 2022 22:17:52 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id A4D2E8326F; Wed, 12 Jan 2022 22:17:50 +0100 (CET) Received: from ams.blueri.se (ams.blueri.se [46.23.91.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 45DB183224 for ; Wed, 12 Jan 2022 22:17:48 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=patrick@blueri.se Received: from ryzen.fritz.box (p5b0ac7de.dip0.t-ipconnect.de [91.10.199.222]) by ams.blueri.se (OpenSMTPD) with ESMTPSA id fe5c4030 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 12 Jan 2022 22:17:47 +0100 (CET) Date: Wed, 12 Jan 2022 22:17:45 +0100 From: Patrick Wildt To: Fabio Estevam Cc: sbabic@denx.de, u-boot@lists.denx.de, heiko.thiery@gmail.com, marcel.ziswiler@toradex.com Subject: Re: [PATCH 1/3] doc: imx8mm_evk: Remove ATF_LOAD_ADDR export Message-ID: References: <20220112204946.2719696-1-festevam@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220112204946.2719696-1-festevam@denx.de> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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 On Wed, Jan 12, 2022 at 05:49:44PM -0300, Fabio Estevam wrote: > imx8mm-u-boot.dtsi passes the ATF load address via the > 'entry' and 'load' properties. > > Remove the step that performs the ATF_LOAD_ADDR export, which is > now unneeded. > > Signed-off-by: Fabio Estevam Reviewed-by: Patrick Wildt > --- > doc/board/nxp/imx8mm_evk.rst | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/doc/board/nxp/imx8mm_evk.rst b/doc/board/nxp/imx8mm_evk.rst > index b377c4de276d..b9e67b954fc2 100644 > --- a/doc/board/nxp/imx8mm_evk.rst > +++ b/doc/board/nxp/imx8mm_evk.rst > @@ -42,7 +42,6 @@ Build U-Boot > > $ export CROSS_COMPILE=aarch64-poky-linux- > $ make imx8mm_evk_defconfig > - $ export ATF_LOAD_ADDR=0x920000 > $ make > > Burn the flash.bin to MicroSD card offset 33KB: > -- > 2.25.1 >