public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] doc: csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR line
@ 2023-08-15 13:48 Fabio Estevam
  2023-08-24  7:58 ` Peng Fan
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2023-08-15 13:48 UTC (permalink / raw)
  To: sbabic; +Cc: u-boot, peng.fan, tharvey, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

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.

Remove the unneeded export ATF_LOAD_ADDR line.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 doc/imx/habv4/csf_examples/mx8m/csf.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/imx/habv4/csf_examples/mx8m/csf.sh b/doc/imx/habv4/csf_examples/mx8m/csf.sh
index d87015f6c4e2..65c143073cbe 100644
--- a/doc/imx/habv4/csf_examples/mx8m/csf.sh
+++ b/doc/imx/habv4/csf_examples/mx8m/csf.sh
@@ -11,7 +11,6 @@
 
 # 1) Build U-Boot (e.g. for i.MX8MM)
 #
-# export ATF_LOAD_ADDR=0x920000
 # cp -Lv /path/to/arm-trusted-firmware/build/imx8mm/release/bl31.bin .
 # cp -Lv /path/to/firmware-imx-8.14/firmware/ddr/synopsys/ddr3* .
 # make -j imx8mm_board_defconfig
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR line
  2023-08-15 13:48 [PATCH] doc: csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR line Fabio Estevam
@ 2023-08-24  7:58 ` Peng Fan
  0 siblings, 0 replies; 2+ messages in thread
From: Peng Fan @ 2023-08-24  7:58 UTC (permalink / raw)
  To: Fabio Estevam, sbabic@denx.de
  Cc: u-boot@lists.denx.de, Peng Fan, tharvey@gateworks.com,
	Fabio Estevam



On 8/15/2023 9:48 PM, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> 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.
> 
> Remove the unneeded export ATF_LOAD_ADDR line.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Acked-by: Peng Fan <peng.fan@nxp.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-24  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-15 13:48 [PATCH] doc: csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR line Fabio Estevam
2023-08-24  7:58 ` Peng Fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox