summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorHeiko Thiery <heiko.thiery@gmail.com>2022-02-16 15:25:15 +0300
committerStefano Babic <sbabic@denx.de>2022-04-12 22:13:56 +0300
commitfee2d974f140a2f34c90243b4f455d772273f051 (patch)
treedae31243b05d93e0cf28d1e1a170396c4692891c /configs
parentd7f72b68307ee3323c14c1c9b27e7d3b5a460bf7 (diff)
downloadu-boot-fee2d974f140a2f34c90243b4f455d772273f051.tar.xz
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/kontron_pitx_imx8m_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kontron_pitx_imx8m_defconfig b/configs/kontron_pitx_imx8m_defconfig
index 8443f02313..b0ddad2917 100644
--- a/configs/kontron_pitx_imx8m_defconfig
+++ b/configs/kontron_pitx_imx8m_defconfig
@@ -19,7 +19,7 @@ CONFIG_SPL_SERIAL=y
CONFIG_SPL_DRIVERS_MISC=y
CONFIG_SPL=y
CONFIG_IMX_BOOTAUX=y
-CONFIG_SYS_LOAD_ADDR=0x40480000
+CONFIG_SYS_LOAD_ADDR=0x42000000
CONFIG_DISTRO_DEFAULTS=y
CONFIG_REMAKE_ELF=y
CONFIG_FIT=y