u-boot-brain/include/environment/ti
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
..
boot.h common: Drop linux/stringify.h from common header 2020-05-18 21:19:23 -04:00
dfu.h mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
k3_dfu.h environment: ti: Add DFU environment variables k3_dfu.h 2020-01-20 10:10:28 +05:30
k3_rproc.h env: ti: k3_rproc: Add common rproc environment variables 2019-10-11 10:07:35 -04:00
mmc.h ti: Use devtype=mmc instead of setenv devtype mmc 2020-09-15 18:51:53 +05:30
nand.h mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
spi.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ufs.h env: ti: Add environment variables to boot from UFS 2019-10-23 20:47:12 -04:00