Re: [U-Boot] [PATCH 4/5] test/py: mmc: Add 'mmc info' test

2019-03-18 Thread Simon Glass
On Thu, 14 Mar 2019 at 00:49, Marek Vasut wrote: > > Add test for 'mmc info' subcommand. This tests whether the card > information is obtained correctly and verifies the device, bus > speed, bus mode and bus width. > > Signed-off-by: Marek Vasut > Cc: Tom Rini > Cc: Simon Glass > --- >

[U-Boot] [PATCH 4/5] test/py: mmc: Add 'mmc info' test

2019-03-13 Thread Marek Vasut
Add test for 'mmc info' subcommand. This tests whether the card information is obtained correctly and verifies the device, bus speed, bus mode and bus width. Signed-off-by: Marek Vasut Cc: Tom Rini Cc: Simon Glass --- test/py/tests/test_mmc_rd.py | 37 1