
13 Nov
2019
13 Nov
'19
6:43 p.m.
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 --- configs/edison_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/edison_defconfig b/configs/edison_defconfig index 1c74ee9709..227e2f750c 100644 --- a/configs/edison_defconfig +++ b/configs/edison_defconfig @@ -29,6 +29,7 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_DEFAULT_DEVICE_TREE="edison" CONFIG_ENV_IS_IN_MMC=y CONFIG_CPU=y +CONFIG_DFU_TIMEOUT=y CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y CONFIG_SUPPORT_EMMC_BOOT=y
--
2.24.0