Home
last modified time | relevance | path

Searched hist:"59 d03cb37700e2e204451e83b38c326df0435ff8" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dconfig_distro_bootcmd.h59d03cb37700e2e204451e83b38c326df0435ff8 Fri Aug 28 13:01:54 UTC 2015 Sjoerd Simons <sjoerd.simons@collabora.co.uk> 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>