summaryrefslogtreecommitdiff
path: root/doc/sphinx/kernel_feat.py
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-08-07 10:42:46 -0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-08-09 08:41:52 +0200
commit961519b58d1c578f88a8a1f8c6ed78344cb47c96 (patch)
tree9948f0aad4e68e5d33cba88eb741161ae053f222 /doc/sphinx/kernel_feat.py
parentc631cf84dba9204ca1167b613b72847b6b18e7e4 (diff)
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>
Diffstat (limited to 'doc/sphinx/kernel_feat.py')
0 files changed, 0 insertions, 0 deletions