commit | d94d9844bca9352b1e9888a70f12c79ec76cd313 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:22 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:39 2023 -0500 |
tree | 2ff1d5c7118bbeaa1e811c5df6b46cb4d0dcd3f2 | |
parent | 9445d7a95395885a059519d300a803208516a0e8 [diff] |
dm: part: Update test to use mmc2 At present this test sets up a partition table on mmc1. But this is used by the bootstd tests, so it is not possible to run those after this test has run, without restarting the Python test harness. This is inconvenient when running tests repeatedly with 'ut dm'. Move the test to use mmc2, which is not used by anything. Signed-off-by: Simon Glass <sjg@chromium.org>