]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7b5a08cb23d0a8d281f5f28044aa959c40d5fd47
tree46e50568017bcebc53686f6dc79c6bc44ee12e9a
parente6eb2035e2897d6f84aa428fe38758a31eb5bb93
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