diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-28 08:46:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 08:46:52 -0400 |
commit | f7d0ae9c630a163ec957d492a6b7d115f7edcecc (patch) | |
tree | f5967b5672f76117f23ee1cb07a01cf66fb2a1a3 /configs/m53menlo_defconfig | |
parent | 1db942b67d00a3569efbbd3f36140470b0e59b2e (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/m53menlo_defconfig')
-rw-r--r-- | configs/m53menlo_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig index 8eaaa83eba..77a7a4665a 100644 --- a/configs/m53menlo_defconfig +++ b/configs/m53menlo_defconfig @@ -18,6 +18,7 @@ CONFIG_SPL=y CONFIG_SYS_BOOTCOUNT_SINGLEWORD=y CONFIG_ENV_OFFSET_REDUND=0x180000 # CONFIG_CMD_BMODE is not set +CONFIG_DEFAULT_DEVICE_TREE="imx53-m53menlo" CONFIG_FIT=y CONFIG_OF_BOARD_SETUP=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/menlo/m53menlo/imximage.cfg" @@ -59,7 +60,6 @@ CONFIG_MTDIDS_DEFAULT="nand0=mxc_nand" CONFIG_MTDPARTS_DEFAULT="mtdparts=mxc_nand:1m(u-boot),512k(env1),512k(env2),-(ubi)" CONFIG_CMD_UBI=y CONFIG_OF_CONTROL=y -CONFIG_DEFAULT_DEVICE_TREE="imx53-m53menlo" CONFIG_ENV_IS_IN_NAND=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y @@ -102,4 +102,3 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_VIDEO_IPUV3=y CONFIG_WATCHDOG_TIMEOUT_MSECS=8000 CONFIG_IMX_WATCHDOG=y -CONFIG_FAT_WRITE=y |