From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 05 Jan 2015 13:21:20 -0700 Subject: [U-Boot] [PATCH 2/4] part: let list put the list in an environment variable In-Reply-To: <1420478019-18877-3-git-send-email-sjoerd.simons@collabora.co.uk> References: <1420478019-18877-1-git-send-email-sjoerd.simons@collabora.co.uk> <1420478019-18877-3-git-send-email-sjoerd.simons@collabora.co.uk> Message-ID: <54AAF240.8010909@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 01/05/2015 10:13 AM, Sjoerd Simons wrote: > Add an optional third argument to the "part list" command which puts a > space seperated list of valid partitions into the given environment > variable. This is useful for allowing boot scripts to iterate of all > partitions of a device. Reviewed-by: Stephen Warren