mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
doc: imx8mn_evk: Do not export ATF_LOAD_ADDR
The imx8mn_evk target have been converted to use binman. With the binman approach the ATF load address is described via devicetree, so remove the now unneeded instruction of exporting ATF_LOAD_ADDR. Signed-off-by: Fabio Estevam <festevam@denx.de>
This commit is contained in:
parent
6826c33e42
commit
96b2c9c9e0
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ Build U-Boot
|
|||
|
||||
$ export CROSS_COMPILE=aarch64-poky-linux-
|
||||
$ make imx8mn_ddr4_evk_defconfig
|
||||
$ export ATF_LOAD_ADDR=0x960000
|
||||
$ make
|
||||
|
||||
Burn the flash.bin to MicroSD card offset 32KB:
|
||||
|
|
Loading…
Reference in a new issue