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 <feste...@denx.de>
Reviewed-by: Patrick Wildt <patr...@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 >