diff mbox series

[3/3] doc: verdin-imx8mm: Remove ATF_LOAD_ADDR export

Message ID 20220112204946.2719696-3-festevam@denx.de
State Accepted
Commit 23b1d8e24ae0dcd18a0d53c1bc2f31ce8eb45460
Delegated to: Stefano Babic
Headers show
Series [1/3] doc: imx8mm_evk: Remove ATF_LOAD_ADDR export | expand

Commit Message

Fabio Estevam Jan. 12, 2022, 8:49 p.m. UTC
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 <festevam@denx.de>
---
 doc/board/toradex/verdin-imx8mm.rst | 1 -
 1 file changed, 1 deletion(-)

Comments

Patrick Wildt Jan. 12, 2022, 9:18 p.m. UTC | #1
On Wed, Jan 12, 2022 at 05:49:46PM -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 <festevam@denx.de>

Reviewed-by: Patrick Wildt <patrick@blueri.se>

> ---
>  doc/board/toradex/verdin-imx8mm.rst | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/doc/board/toradex/verdin-imx8mm.rst b/doc/board/toradex/verdin-imx8mm.rst
> index a11c82da2f5c..439128adceba 100644
> --- a/doc/board/toradex/verdin-imx8mm.rst
> +++ b/doc/board/toradex/verdin-imx8mm.rst
> @@ -44,7 +44,6 @@ Build U-Boot
>  .. code-block:: bash
>  
>      $ export CROSS_COMPILE=aarch64-linux-gnu-
> -    $ export ATF_LOAD_ADDR=0x920000
>      $ make verdin-imx8mm_defconfig
>      $ make
>  
> -- 
> 2.25.1
>
Stefano Babic Feb. 5, 2022, 4:41 p.m. UTC | #2
> 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 <festevam@denx.de>
> Reviewed-by: Patrick Wildt <patrick@blueri.se>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/board/toradex/verdin-imx8mm.rst b/doc/board/toradex/verdin-imx8mm.rst
index a11c82da2f5c..439128adceba 100644
--- a/doc/board/toradex/verdin-imx8mm.rst
+++ b/doc/board/toradex/verdin-imx8mm.rst
@@ -44,7 +44,6 @@  Build U-Boot
 .. code-block:: bash
 
     $ export CROSS_COMPILE=aarch64-linux-gnu-
-    $ export ATF_LOAD_ADDR=0x920000
     $ make verdin-imx8mm_defconfig
     $ make