kontron-sl-mx8mm: change environment address variables
authorHeiko Thiery <heiko.thiery@gmail.com>
Wed, 16 Feb 2022 12:25:14 +0000 (13:25 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 19 Feb 2022 22:32:23 +0000 (23:32 +0100)
commit891a32465d3b3c01f3374590500450604cd7d38a
treee8e696a2fd060074324d8a4497ed6bf59841298e
parenta1128944a10eb798ef3f16494e5fd3ddb8674d54
kontron-sl-mx8mm: 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>
Reviewed-by: Michael Walle <michael@walle.cc>
configs/kontron-sl-mx8mm_defconfig
include/configs/kontron-sl-mx8mm.h