]> git.baikalelectronics.ru Git - uboot.git/commit
doc: imx8mp_evk: Remove unneeded export ATF_LOAD_ADDR line
authorFabio Estevam <festevam@denx.de>
Mon, 7 Aug 2023 13:42:46 +0000 (10:42 -0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 9 Aug 2023 06:41:52 +0000 (08:41 +0200)
commitd03f814f8d7e7b232d9fd214130188fa38c91670
tree9948f0aad4e68e5d33cba88eb741161ae053f222
parentf7ce438f4bca1b67c316693b24264517972cee99
doc: imx8mp_evk: Remove unneeded export ATF_LOAD_ADDR line

Originally, exporting the ATF_LOAD_ADDR was required, but since binman has
been used to generate the flash.bin, it is no longer needed to do
such manual export.

The ATF address is now passed via binman in imx8mp-u-boot.dtsi:

atf {
description = "ARM Trusted Firmware";
type = "firmware";
arch = "arm64";
compression = "none";
load = <0x970000>;
entry = <0x970000>;

atf_blob: atf-blob {
filename = "bl31.bin";
type = "atf-bl31";
};
};

Remove the  unneeded export ATF_LOAD_ADDR line.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
doc/board/nxp/imx8mp_evk.rst