Skip to content
Snippets Groups Projects
Select Git revision
0 results

include

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Loading
    user avatar
    Sjoerd Simons authored
    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: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
    Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
    59d03cb3
    History
    Name Last commit Last update
    ..