diff options
author | Fabio Estevam | 2023-08-15 10:48:01 -0300 |
---|---|---|
committer | Heinrich Schuchardt | 2023-08-19 04:12:53 +0200 |
commit | 951d63000e2daf8b128139cfed343fe2b2da5a93 (patch) | |
tree | 87cab590c511c8766b871ec52e05a4ae6fd36e5d /doc/imx | |
parent | 99a4e5865e34f7d493e5bb96f8d327e93066a802 (diff) |
doc: csf_examples: csf.sh: 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.
Remove the unneeded export ATF_LOAD_ADDR line.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'doc/imx')
-rw-r--r-- | doc/imx/habv4/csf_examples/mx8m/csf.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/imx/habv4/csf_examples/mx8m/csf.sh b/doc/imx/habv4/csf_examples/mx8m/csf.sh index d87015f6c4e..65c143073cb 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 |