
20 Mar
2016
20 Mar
'16
1:26 a.m.
On 13 March 2016 at 08:22, Simon Glass sjg@chromium.org wrote:
Add some tests to check that block devices work as expected.
Signed-off-by: Simon Glass sjg@chromium.org Tested-by: Stephen Warren swarren@nvidia.com
Changes in v3:
- Drop patches already applied
Changes in v2:
- Rename to blk_get_device_by_str()
test/dm/Makefile | 1 + test/dm/blk.c | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 test/dm/blk.c
Applied to u-boot-dm.