From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 4/4] x86: edison: Enable DFU timeout
Date: Wed, 27 Nov 2019 18:12:16 +0200 [thread overview]
Message-ID: <20191127161216.61312-4-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <20191127161216.61312-1-andriy.shevchenko@linux.intel.com>
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(+)
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
--
2.24.0
next prev parent reply other threads:[~2019-11-27 16:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-27 16:12 [U-Boot] [PATCH v2 1/4] dfu: Drop unused prototype of dfu_trigger_reset() Andy Shevchenko
2019-11-27 16:12 ` [U-Boot] [PATCH v2 2/4] dfu: Refactor do_dfu() to handle optional argument Andy Shevchenko
2019-12-28 2:26 ` Simon Glass
2019-11-27 16:12 ` [U-Boot] [PATCH v2 3/4] dfu: Add optional timeout parameter Andy Shevchenko
2019-12-28 2:27 ` Simon Glass
2019-11-27 16:12 ` Andy Shevchenko [this message]
2019-12-28 2:27 ` [PATCH v2 4/4] x86: edison: Enable DFU timeout Simon Glass
2019-12-28 2:26 ` [PATCH v2 1/4] dfu: Drop unused prototype of dfu_trigger_reset() Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191127161216.61312-4-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox