]> git.dujemihanovic.xyz Git - u-boot.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)
commitfee2d974f140a2f34c90243b4f455d772273f051
treedae31243b05d93e0cf28d1e1a170396c4692891c
parentd7f72b68307ee3323c14c1c9b27e7d3b5a460bf7
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