diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-09 12:22:06 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-09 12:22:06 -0400 |
commit | 0817daa7606ec55ba551acb0208eaba33a548804 (patch) | |
tree | 760afc39c86954919d0a3abe3b9edba4a49dbe36 /configs/m53menlo_defconfig | |
parent | 1fa057be4a1b7c9615a47f682bd82951e8a5fde6 (diff) | |
download | u-boot-0817daa7606ec55ba551acb0208eaba33a548804.tar.gz u-boot-0817daa7606ec55ba551acb0208eaba33a548804.tar.xz u-boot-0817daa7606ec55ba551acb0208eaba33a548804.zip |
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig index db3a739af1..f68395f26d 100644 --- a/configs/m53menlo_defconfig +++ b/configs/m53menlo_defconfig @@ -27,7 +27,6 @@ CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttymxc0,115200" CONFIG_USE_PREBOOT=y CONFIG_PREBOOT="run try_bootscript" -CONFIG_VERSION_VARIABLE=y CONFIG_BOARD_LATE_INIT=y CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_NAND_SUPPORT=y @@ -63,6 +62,7 @@ CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_NAND=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_VERSION_VARIABLE=y CONFIG_DM=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_SYS_BOOTCOUNT_MAGIC=0x0B01C041 |