[PATCH 1/3] doc: imx8mm_evk: Remove ATF_LOAD_ADDR export

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/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:

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/kontron/sl-mx8mm.rst | 1 - 1 file changed, 1 deletion(-)
diff --git a/doc/board/kontron/sl-mx8mm.rst b/doc/board/kontron/sl-mx8mm.rst index 74ff228f2038..7a4c1134b54d 100644 --- a/doc/board/kontron/sl-mx8mm.rst +++ b/doc/board/kontron/sl-mx8mm.rst @@ -62,7 +62,6 @@ Build U-Boot .. code-block:: bash
$ make kontron-sl-mx8mm_defconfig - $ export ATF_LOAD_ADDR=0x920000 $ make
Burn the flash.bin to SD card at an offset of 33 KiB:

On Wed, Jan 12, 2022 at 05:49:45PM -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/kontron/sl-mx8mm.rst | 1 - 1 file changed, 1 deletion(-)
diff --git a/doc/board/kontron/sl-mx8mm.rst b/doc/board/kontron/sl-mx8mm.rst index 74ff228f2038..7a4c1134b54d 100644 --- a/doc/board/kontron/sl-mx8mm.rst +++ b/doc/board/kontron/sl-mx8mm.rst @@ -62,7 +62,6 @@ Build U-Boot .. code-block:: bash
$ make kontron-sl-mx8mm_defconfig
- $ export ATF_LOAD_ADDR=0x920000 $ make
Burn the flash.bin to SD card at an offset of 33 KiB:
2.25.1

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

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(-)
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

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

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

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 festevam@denx.de
Reviewed-by: Patrick Wildt patrick@blueri.se
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

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
participants (3)
-
Fabio Estevam
-
Patrick Wildt
-
sbabic@denx.de