From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Sat, 01 Jun 2013 23:24:23 -0600 Subject: [U-Boot] [PATCH] fdt: allow bootdelay to be specified via device tree In-Reply-To: <1368554576-19733-1-git-send-email-swarren@wwwdotorg.org> References: <1368554576-19733-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <51AAD707.3040009@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/14/2013 12:02 PM, Stephen Warren wrote: > From: Stephen Warren > > This can be useful to force bootcmd to execute as soon as U-Boot has > started. > > My use-case is: An SoC-specific tool pushes U-Boot into RAM, along with > an image to be written to device boot flash, with the DT config property > "bootcmd" set to contain a command to write that image to flash. In this > scenario, we don't want to allow any stale bootdelay value taken from > the current flash content to affect how long it takes before the > flashing process starts. Jerry, does this patch look OK, or do you have comments on it? Thanks.