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>
This commit is contained in:

committed by
Fabio Estevam

parent
6695706325
commit
683531bd19
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user