From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 06 Aug 2014 10:01:09 -0600 Subject: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd In-Reply-To: <1406759836-556-1-git-send-email-swarren@wwwdotorg.org> References: <1406759836-556-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <53E25145.2090706@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/30/2014 04:37 PM, Stephen Warren wrote: > From: Dennis Gilmore > > This generic $bootcmd, and associated support macros, automatically > searches a defined set of storage devices (or network protocols) for an > extlinux configuration file or U-Boot boot script in various standardized > locations. Distros that install such a boot config file/script in those > standard locations will get easy-to-set-up booting on HW that enables > this generic $bootcmd. Simon, are you OK with these patches following the discussion? Dennis, I assume you're OK with the new version of this patch? I assume that your acks would go a long way towards Tom applying this series. Thanks.