]> Git Repo - J-u-boot.git/commitdiff
doc: sl-mx8mm: Remove ATF_LOAD_ADDR export
authorFabio Estevam <[email protected]>
Wed, 12 Jan 2022 20:49:45 +0000 (17:49 -0300)
committerStefano Babic <[email protected]>
Sat, 5 Feb 2022 14:49:01 +0000 (15:49 +0100)
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 <[email protected]>
Reviewed-by: Patrick Wildt <[email protected]>
doc/board/kontron/sl-mx8mm.rst

index 74ff228f2038a2199f966f24e200679cae64e4be..7a4c1134b54d02e8d54cc8af965cc6ab85f4929a 100644 (file)
@@ -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:
This page took 0.036753 seconds and 4 git commands to generate.