commit | 83698e3aa5626531ffe3235f3944f8b9595c68f2 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Feb 20 12:51:54 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 13 21:59:26 2018 -0400 |
tree | 4fbd66d67fd0f0f5c2cfffe220d7bda3e724df03 | |
parent | 9182966d8208568c514eac9c58a795dac25d9143 [diff] |
test/py: add MMC/SD block read test Add a standalone MMC block read test. This allows direct testing of MMC access rather than relying on doing so as a side-effect of e.g. DFU or UMS testing, which may not be enabled on all platforms. Signed-off-by: Stephen Warren <swarren@nvidia.com>