Skip to content
Commit 42b7aebe authored by Matwey V. Kornilov's avatar Matwey V. Kornilov Committed by Lokesh Vutla
Browse files

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: default avatarMatwey V. Kornilov <matwey.kornilov@gmail.com>
parent a0549cc9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment