diff options
| author | Fabio Estevam <[email protected]> | 2022-04-18 14:15:08 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-04-21 15:18:25 +0200 |
| commit | 96b2c9c9e0036e89fe65ad608275152ff44c5907 (patch) | |
| tree | e5df84d6f1f4d525ed072a64cbbac4fd68ee291e | |
| parent | 6826c33e4205c71612537cdb8f28f9485e6e988e (diff) | |
doc: imx8mn_evk: Do not export ATF_LOAD_ADDR
The imx8mn_evk target have been converted to use binman.
With the binman approach the ATF load address is described via
devicetree, so remove the now unneeded instruction of exporting
ATF_LOAD_ADDR.
Signed-off-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | doc/board/nxp/imx8mn_evk.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/board/nxp/imx8mn_evk.rst b/doc/board/nxp/imx8mn_evk.rst index 711545af896..c45bb7bac7a 100644 --- a/doc/board/nxp/imx8mn_evk.rst +++ b/doc/board/nxp/imx8mn_evk.rst @@ -42,7 +42,6 @@ Build U-Boot $ export CROSS_COMPILE=aarch64-poky-linux- $ make imx8mn_ddr4_evk_defconfig - $ export ATF_LOAD_ADDR=0x960000 $ make Burn the flash.bin to MicroSD card offset 32KB: |
