diff options
author | Tom Rini <trini@konsulko.com> | 2023-03-27 13:39:17 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-27 13:39:17 -0400 |
commit | c358af81d0df0ba5eadda585577425345dae55ed (patch) | |
tree | 63a144be8f4dfbf4322a910869f2d2c1def2aff9 /configs/dh_imx6_defconfig | |
parent | aba0eb5b94089757fe5382bf75bc3902b8ce24cf (diff) | |
download | u-boot-c358af81d0df0ba5eadda585577425345dae55ed.tar.gz u-boot-c358af81d0df0ba5eadda585577425345dae55ed.tar.bz2 u-boot-c358af81d0df0ba5eadda585577425345dae55ed.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/dh_imx6_defconfig')
-rw-r--r-- | configs/dh_imx6_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/dh_imx6_defconfig b/configs/dh_imx6_defconfig index 62c446f86a..12e73d9ab0 100644 --- a/configs/dh_imx6_defconfig +++ b/configs/dh_imx6_defconfig @@ -28,11 +28,11 @@ CONFIG_SPL_SPI=y CONFIG_AHCI=y CONFIG_SYS_MEMTEST_START=0x10000000 CONFIG_SYS_MEMTEST_END=0x20000000 -CONFIG_DISTRO_DEFAULTS=y CONFIG_SYS_MONITOR_LEN=409600 CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_SPL_FIT=y +CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=3 # CONFIG_USE_BOOTCOMMAND is not set CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y |