diff options
author | Heiko Schocher <hs@denx.de> | 2025-04-28 07:28:56 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@denx.de> | 2025-04-28 10:46:12 -0300 |
commit | 683531bd19f228fdf5b8fbdde3416c2382922c5b (patch) | |
tree | c3247e2a967051f19182e256f89b4036c0decc84 | |
parent | 6695706325fd855a71c594e342ecf5663addcd98 (diff) |
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 <hs@denx.de>
-rw-r--r-- | configs/capricorn_cxg3_defconfig | 2 | ||||
-rw-r--r-- | configs/imx8qxp_capricorn.config | 2 |
2 files changed, 2 insertions, 2 deletions
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 |