commit | 89676649b43db9c25c9e0c8b12a72a4c926663f2 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel@collabora.com> | Sat May 25 19:25:22 2019 -0300 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 13 11:11:26 2019 -0400 |
tree | 8aca15fa6816e8b283ecf04caf4af04b0b8d5387 | |
parent | 669831865c2d29e67c328c070798f361661a8793 [diff] |
mmc: Register only the first MMC device on MMC_TINY When MMC_TINY is enabled, support for only one MMC device is provided. Boards that register more than one device, will just write over mmc_static keeping only the last one registered. This commit prevents this, keeping only the first MMC device created. A debug warning message is added, if nothing else, as a hint/documentation for developers. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>