commit | 27e0f3bcf07530a9cd272953797efda54ebb8f5e | [log] [tgz] |
---|---|---|
author | Nuno Gonçalves <nunojpg@gmail.com> | Wed Jul 10 13:46:57 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 11:43:53 2019 -0400 |
tree | 4a0e6bd2a192ef1961a4fbdb238dee3ec9e6b9d9 | |
parent | 6f9656d726235b4cbb4f469a82c30e5006a75b53 [diff] |
arm: ti: Fix regression in distro boot for mmc When devnum was changed to a local variable in distro_bootcmd we ran into a problem on TI platforms (confirmed on Beaglebone) as we had been using 'setenv devnum' there as well and it needs to match the other usage. Fixes: 13dd6665ed18 ("distro: not taint environment variables if possible") [trini: Review other platforms, re-word commit message] Signed-off-by: Tom Rini <trini@konsulko.com>