commit | 0c925c4fe68d193dfb663a0933466f7cc2739bfa | [log] [tgz] |
---|---|---|
author | Matwey V. Kornilov <matwey.kornilov@gmail.com> | Mon Aug 24 21:00:32 2020 +0300 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Sep 15 18:51:53 2020 +0530 |
tree | ada6f5f577042968c61b9db259a6f31046bece26 | |
parent | c149914ec1d363679b2422d9a2c0b7047576b25c [diff] |
ti: Use devtype=mmc instead of setenv devtype mmc If devtype variable is setted via setenv, then the following devtype=X style is ignored. Currently, many u-boot commands use devtype variable in the latter manner: mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi Use devtype=mmc instead of setenv devtype mmc to avoid bugs with booting from another devtype. Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>