]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: imx8qxp: capricorn: move env offset settings
authorHeiko Schocher <hs@denx.de>
Mon, 28 Apr 2025 05:28:56 +0000 (07:28 +0200)
committerFabio Estevam <festevam@denx.de>
Mon, 28 Apr 2025 13:46:12 +0000 (10:46 -0300)
move the ENV_OFFSET settings from common config settings file
configs/imx8qxp_capricorn.config to defconfig file for the
cxg3 board, as other imx8qxp based boards from siemens has
the environment on other offsets.

Signed-off-by: Heiko Schocher <hs@denx.de>
configs/capricorn_cxg3_defconfig
configs/imx8qxp_capricorn.config

index 5f09ceee8bc8f73029a234c5fabe190c7d0aa235..5689544c1d02699512d82920e9053d8630f999d2 100644 (file)
@@ -5,6 +5,8 @@ CONFIG_IDENT_STRING=" ##v01.06"
 
 CONFIG_ENV_SOURCE_FILE="capricorn_default"
 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
+CONFIG_ENV_OFFSET=0x200000
+CONFIG_ENV_OFFSET_REDUND=0x202000
 CONFIG_USE_ETHPRIME=y
 CONFIG_ETHPRIME="eth1"
 CONFIG_NET_RANDOM_ETHADDR=y
index 032cab63af83ad7fb0c2e3fb385a521ad19b25f3..463e584530f87ccc8ee862e675c3ca4b453e1dcf 100644 (file)
@@ -10,8 +10,6 @@ CONFIG_NR_DRAM_BANKS=3
 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000
 CONFIG_ENV_SIZE=0x2000
-CONFIG_ENV_OFFSET=0x200000
-CONFIG_ENV_OFFSET_REDUND=0x202000
 CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
 CONFIG_SYS_MMC_ENV_PART=2