Files
u-boot/include
Sjoerd Simons 59d03cb377 config_distro_bootcmd.h: Use a private variable for bootpart
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}.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
2015-10-22 14:18:31 -04:00
..
2015-09-11 17:15:32 -04:00
2015-07-27 15:53:48 -07:00
2015-08-05 21:06:16 -06:00
2015-08-05 08:42:41 -06:00
2015-08-05 08:44:07 -06:00
2015-08-25 22:53:57 -05:00
2015-09-02 15:26:12 +02:00
2015-09-09 07:48:03 -06:00
2015-08-05 08:42:41 -06:00
2015-07-26 12:11:33 +02:00