]> git.baikalelectronics.ru Git - uboot.git/commit
kontron-pitx-imx8m: change environment address variables
authorHeiko Thiery <heiko.thiery@gmail.com>
Wed, 16 Feb 2022 12:25:15 +0000 (13:25 +0100)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 19:13:56 +0000 (21:13 +0200)
commit215681b46f2735e0a7c8081c7a20b2be6cf225ea
treedae31243b05d93e0cf28d1e1a170396c4692891c
parenteb52af5038975d66efaf9b6a7058faddd7d0bde8
kontron-pitx-imx8m: change environment address variables

Currently the space between kernel_addr_r and the fdt_addr_r is only 32MB.
To have enought 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>
configs/kontron_pitx_imx8m_defconfig
include/configs/kontron_pitx_imx8m.h