commit | f21358ad6cb5d39fff432fa0af0c4fd24288b2b7 | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Tue Dec 22 11:32:20 2020 +0100 |
committer | Marek Vasut <marex@denx.de> | Sun Jan 31 14:08:56 2021 +0100 |
tree | f704a6adf705e6b5606cc1c9a5e56aaa5b9c73c7 | |
parent | c954ff5fbffbb164f1a34127eae78e7fd86180d0 [diff] |
dfu: mmc: use the default MMC device if entity specifies it as -1 Use the default MMC device set in the command line if entity specifies it as -1. This allows to use the same dfu_alt_info string for different MMC devices (like embedded eMMC and external SD card if data layout is the same on both devices). Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>