commit | 1d044d323d1eaa5731028a2d288bf53c1151e1fc | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Thu Jan 03 22:09:44 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 15 15:28:43 2019 -0500 |
tree | f62054dcb933c6001abdc92695cbeaae6b041872 | |
parent | d2a083696e403aa34288638fcef943deedaf1492 [diff] |
cmd: mmc: Invalidate MMC block cache after init Make sure the block cache is cleared for the MMC device after it was reinitialized to avoid having any stale data in the cache, like e.g. partition tables or such. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Jaehoon Chung <jh80.chung@samsung.com>