From: Andy Shevchenko Date: Wed, 27 Nov 2019 16:12:16 +0000 (+0200) Subject: x86: edison: Enable DFU timeout X-Git-Tag: v2020.04-rc1~30^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3a117e721cc5b4a366dbd5fbbf8df0a80cbb0fa2;p=oweals%2Fu-boot.git x86: edison: Enable DFU timeout The stock U-Boot on Intel Edison has timeout parameter for DFU command. Enable it here to be compatible with the original U-Boot configuration. Signed-off-by: Andy Shevchenko --- diff --git a/configs/edison_defconfig b/configs/edison_defconfig index cccf1cca6f..14b2eec3ba 100644 --- a/configs/edison_defconfig +++ b/configs/edison_defconfig @@ -33,6 +33,7 @@ CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_ENV_OFFSET_REDUND=0x600000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_CPU=y +CONFIG_DFU_TIMEOUT=y CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y CONFIG_SUPPORT_EMMC_BOOT=y