ARM: da850evm: Fix TI boot scripts for MMC
authorAdam Ford <aford173@gmail.com>
Wed, 17 Apr 2019 18:24:33 +0000 (13:24 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 26 Apr 2019 22:58:21 +0000 (18:58 -0400)
commitcd2d8245ac364b15becbf117dec4cfa677f21cee
tree46e50568017bcebc53686f6dc79c6bc44ee12e9a
parentfd3c26f3f921ad7addf95857cdb99a883c6e497a
ARM: da850evm: Fix TI boot scripts for MMC

The da850evm include environment/ti/mmc.h and places
DEFAULT_MMC_TI_ARGS, defined int that file, in
CONFIG_EXTRA_ENV_SETTINGS.  This has been broken for some time
since neither CMD_PART nor CMD_UUID are available, so manually
changing the environmental variables was always required before
booting from MMC. With this patch, these scripts should work
again, and by default they point to mmc 0, partition 2, and
the dtb file exists in a /boot directory on partition 2.

Signed-off-by: Adam Ford <aford173@gmail.com>
configs/da850evm_defconfig