
12 Jan
2022
12 Jan
'22
9:49 p.m.
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
--
2.25.1