ARM: imx: imx8mn-evk: change environment address variables
authorHeiko Thiery <heiko.thiery@gmail.com>
Thu, 24 Feb 2022 20:07:14 +0000 (21:07 +0100)
committerStefano Babic <sbabic@denx.de>
Thu, 21 Apr 2022 21:14:24 +0000 (23:14 +0200)
commitd173b107be94eb474e1ae75a8addbf5f2fecfd56
tree5c598dff0043044dc410b571873f3485380fc2c9
parentf5f3906d3abd7761d9341a6aed621650316048df
ARM: imx: imx8mn-evk: change environment address variables

Currently the space between kernel_addr_r and the fdt_addr_r is only 32MB.
To have enough space to load kernel images bigger than 32MB change the
variables to a feasible value.

The new environment variables layout is based on the scheme from
"include/configs/ti_armv7_common.h".

The CONFIG_SYS_LOAD_ADDR value is set to 0x42000000. With that we have
the same value as for the kernel_addr_r.

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
configs/imx8mn_ddr4_evk_defconfig
configs/imx8mn_evk_defconfig
include/configs/imx8mn_evk.h