diff options
author | Tom Rini <trini@konsulko.com> | 2020-02-28 13:28:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-02-28 13:28:38 -0500 |
commit | 9e1d65f36b83c5422ece3c0ea28d07a2246cb07f (patch) | |
tree | 6a8171368aefef74c69334584f0a60c2d41aeb69 /configs/kp_imx53_defconfig | |
parent | 783b6a71734e8bd3af9f191ee5be7b9e8ce9f96a (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/kp_imx53_defconfig')
-rw-r--r-- | configs/kp_imx53_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kp_imx53_defconfig b/configs/kp_imx53_defconfig index 8f3a938a85..f29dec0161 100644 --- a/configs/kp_imx53_defconfig +++ b/configs/kp_imx53_defconfig @@ -5,6 +5,7 @@ CONFIG_TARGET_KP_IMX53=y CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0x100000 CONFIG_NR_DRAM_BANKS=1 +CONFIG_ENV_OFFSET_REDUND=0x102000 # CONFIG_CMD_BMODE is not set CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx53loco/imximage.cfg" @@ -32,7 +33,6 @@ CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="imx53-kp" CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y -CONFIG_ENV_OFFSET_REDUND=0x102000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_I2C_DEFAULT_BUS_NUMBER=0x1 |