diff mbox series

[U-Boot,v2,4/4] x86: edison: Enable DFU timeout

Message ID 20191127161216.61312-4-andriy.shevchenko@linux.intel.com
State Accepted
Commit 3a117e721cc5b4a366dbd5fbbf8df0a80cbb0fa2
Delegated to: Lukasz Majewski
Headers show
Series [U-Boot,v2,1/4] dfu: Drop unused prototype of dfu_trigger_reset() | expand

Commit Message

Andy Shevchenko Nov. 27, 2019, 4:12 p.m. UTC
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>
---
v2:
- rebase on top of origin/master as of today (Lukasz)
 configs/edison_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Dec. 28, 2019, 2:27 a.m. UTC | #1
On Wed, 27 Nov 2019 at 09:12, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> 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>
> ---
> v2:
> - rebase on top of origin/master as of today (Lukasz)
>  configs/edison_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

But the Kconfig help says this is a value in seconds, not a
bool...need to check that.
diff mbox series

Patch

diff --git a/configs/edison_defconfig b/configs/edison_defconfig
index 29bc96aa60..056521a571 100644
--- a/configs/edison_defconfig
+++ b/configs/edison_defconfig
@@ -34,6 +34,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