]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc460fb5ee76715b49612720ed990fee9b11d763a
tree5c598dff0043044dc410b571873f3485380fc2c9
parentd4227a466d0c0bb68687daa3e02367708ef5c3c3
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