u-boot-brain/include/environment
Matwey V. Kornilov 42b7aebe4a 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>
2020-09-15 18:51:53 +05:30
..
distro environment: distro: Add SF distro command 2020-04-29 01:44:35 +05:30
ti ti: Use devtype=mmc instead of setenv devtype mmc 2020-09-15 18:51:53 +05:30