summaryrefslogtreecommitdiff
path: root/configs/edison_defconfig
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-11-27 19:12:16 +0300
committerMarek Vasut <marek.vasut+renesas@gmail.com>2020-01-07 16:37:50 +0300
commit3a117e721cc5b4a366dbd5fbbf8df0a80cbb0fa2 (patch)
treeb4d8e04c9399f125f426457f56c30ed7c2536274 /configs/edison_defconfig
parent98a8f445fd6b93988340d845c96fd47ff454e895 (diff)
downloadu-boot-3a117e721cc5b4a366dbd5fbbf8df0a80cbb0fa2.tar.xz
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 <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'configs/edison_defconfig')
-rw-r--r--configs/edison_defconfig1
1 files changed, 1 insertions, 0 deletions
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