From: Heiko Schocher Date: Mon, 28 Apr 2025 05:28:56 +0000 (+0200) Subject: arm: imx8qxp: capricorn: move env offset settings X-Git-Tag: v2025.07-rc1~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=683531bd19f228fdf5b8fbdde3416c2382922c5b;p=pandora-u-boot.git arm: imx8qxp: capricorn: move env offset settings 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 --- diff --git a/configs/capricorn_cxg3_defconfig b/configs/capricorn_cxg3_defconfig index 5f09ceee8bc..5689544c1d0 100644 --- a/configs/capricorn_cxg3_defconfig +++ b/configs/capricorn_cxg3_defconfig @@ -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 diff --git a/configs/imx8qxp_capricorn.config b/configs/imx8qxp_capricorn.config index 032cab63af8..463e584530f 100644 --- a/configs/imx8qxp_capricorn.config +++ b/configs/imx8qxp_capricorn.config @@ -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