From: Stephen Warren <swarren@nvidia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] config_distro_bootcmd.h: Use a private variable for bootpart
Date: Fri, 28 Aug 2015 12:42:52 -0700 [thread overview]
Message-ID: <55E0B9BC.2020404@nvidia.com> (raw)
In-Reply-To: <1440766922-24993-2-git-send-email-sjoerd.simons@collabora.co.uk>
On 08/28/2015 06:01 AM, Sjoerd Simons wrote:
> Hush has an oddity where using ${var} causes var to resolved in the the global
> address space (iotw the environment) first and only afterwards will the local
> variable space be searched.
>
> This causes odd side-effects when iterating over the boot partitions
> using ${bootpart} if the environment also has a bootpart variable (e.g. for
> the various TI boards). Fix this by using the hopefully more unique
> ${distro_bootpart} instead of ${bootpart}.
The series,
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
next prev parent reply other threads:[~2015-08-28 19:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-28 13:01 [U-Boot] [PATCH 0/3] Add distro bootcommand to beagle bone and related boards Sjoerd Simons
2015-08-28 13:01 ` [U-Boot] [PATCH 1/3] config_distro_bootcmd.h: Use a private variable for bootpart Sjoerd Simons
2015-08-28 19:42 ` Stephen Warren [this message]
2015-10-22 21:19 ` [U-Boot] [U-Boot, " Tom Rini
2015-08-28 13:01 ` [U-Boot] [PATCH 2/3] configs: ti_armv7_common.h: Add default addresses for pxe and scripts Sjoerd Simons
2015-10-22 21:19 ` [U-Boot] [U-Boot, " Tom Rini
2015-08-28 13:01 ` [U-Boot] [PATCH 3/3] configs: am335x_evm: Support distro bootcmds Sjoerd Simons
2015-10-22 21:19 ` [U-Boot] [U-Boot, " Tom Rini
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=55E0B9BC.2020404@nvidia.com \
--to=swarren@nvidia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.