[PATCH 2/3] doc: sl-mx8mm: Remove ATF_LOAD_ADDR export

2022-02-05 Thread sbabic
> 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 > Reviewed-by: Patrick Wildt Applied to u-boot-imx, master, thanks ! Best regards, Stefano B

Re: [PATCH 2/3] doc: sl-mx8mm: Remove ATF_LOAD_ADDR export

2022-01-12 Thread Patrick Wildt
On Wed, Jan 12, 2022 at 05:49:45PM -0300, Fabio Estevam wrote: > 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 Reviewed-by: Patrick Wil

[PATCH 2/3] doc: sl-mx8mm: Remove ATF_LOAD_ADDR export

2022-01-12 Thread Fabio Estevam
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 --- doc/board/kontron/sl-mx8mm.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/board/kontr